Skip to content

Commit

Permalink
Run tests on php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amouhzi authored Nov 30, 2021
1 parent 043dc00 commit ec22ad2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
steps:
## checkout the repoistory §
- name: Checkout Repo
Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
chmod +x ./cc-test-reporter
./cc-test-reporter after-build -t clover
if: matrix.php == '7.1'
continue-on-error: true # if is fork
continue-on-error: true # if is fork

0 comments on commit ec22ad2

Please sign in to comment.