Skip to content

Commit 11a43b3

Browse files
authored
add php 8.4 test
1 parent f207b53 commit 11a43b3

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
@@ -37,7 +37,7 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
os: [ubuntu-latest]
40-
php: ['8.0', '8.1', '8.2', '8.3']
40+
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
4141
steps:
4242
## checkout the repoistory
4343
- name: Checkout Repo
@@ -66,7 +66,7 @@ jobs:
6666
## run unit tests
6767
- name: PHP Unit tests for PHP
6868
run: vendor/bin/phpunit --verbose --configuration actions.phpunit.xml
69-
if: matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'
69+
if: matrix.php == '8.4' || matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'
7070

7171
## unit test with coverage
7272
- name: PHP Unit tests for PHP 8.0

0 commit comments

Comments
 (0)