Skip to content

Commit

Permalink
add 8.3 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Aug 9, 2023
1 parent 2531015 commit bb5e365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Expand Up @@ -81,7 +81,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

steps:
## checkout the repoistory
Expand All @@ -104,7 +104,7 @@ jobs:
## run unit tests
- name: PHP Unit tests for PHP
run: vendor/bin/phpunit --verbose --configuration actions.phpunit.xml
if: matrix.php == '7.2' || matrix.php == '7.3' || matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2'
if: matrix.php == '7.2' || matrix.php == '7.3' || matrix.php == '8.0' || matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3'

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

0 comments on commit bb5e365

Please sign in to comment.