Skip to content

Commit

Permalink
add php 8.4 test
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar authored Dec 23, 2024
1 parent f207b53 commit 11a43b3
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 @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['8.0', '8.1', '8.2', '8.3']
php: ['8.0', '8.1', '8.2', '8.3', '8.4']
steps:
## checkout the repoistory
- name: Checkout Repo
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
## run unit tests
- name: PHP Unit tests for PHP
run: vendor/bin/phpunit --verbose --configuration actions.phpunit.xml
if: matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'
if: matrix.php == '8.4' || matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1'

## unit test with coverage
- name: PHP Unit tests for PHP 8.0
Expand Down

0 comments on commit 11a43b3

Please sign in to comment.