Skip to content

Commit

Permalink
Github Actions: enable testing on PHP v8.0 and v8.1 (for PRs too)
Browse files Browse the repository at this point in the history
  • Loading branch information
thePanz committed Nov 25, 2022
1 parent 7798328 commit 1e9b188
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "Continuous Integration"

on: [push]
on:
push:
branches:
- master
pull_request:

env:
fail-fast: true
Expand All @@ -14,8 +18,8 @@ jobs:
matrix:
php-version:
- "7.4"
# - "8.0"
# - "8.1"
- "8.0"
- "8.1"
memcached-version:
- "1.6"

Expand Down

0 comments on commit 1e9b188

Please sign in to comment.