Skip to content

Commit ec22ad2

Browse files
authored
Run tests on php 8.1
1 parent 043dc00 commit ec22ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest]
16-
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
16+
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
1717
steps:
1818
## checkout the repoistory §
1919
- name: Checkout Repo
@@ -56,4 +56,4 @@ jobs:
5656
chmod +x ./cc-test-reporter
5757
./cc-test-reporter after-build -t clover
5858
if: matrix.php == '7.1'
59-
continue-on-error: true # if is fork
59+
continue-on-error: true # if is fork

0 commit comments

Comments
 (0)