Skip to content

Commit

Permalink
Merge pull request #21 from nadar/php83
Browse files Browse the repository at this point in the history
Added php 8.3
  • Loading branch information
nadar authored Oct 31, 2023
2 parents bc6d091 + a888984 commit b572fa4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
php: ['7.3', '7.4', '8.0', '8.1', '8.2']
php: ['7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
steps:
## checkout the repoistory
- name: Checkout Repo
Expand All @@ -74,7 +74,7 @@ jobs:
## run unit tests
- name: PHP Unit tests for PHP
run: vendor/bin/phpunit --verbose --configuration actions.phpunit.xml
if: matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4' || matrix.php == '7.4'
if: matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0' || matrix.php == '7.4' || matrix.php == '7.4'

## unit test with coverage
- name: PHP Unit tests for PHP 7.3
Expand All @@ -88,4 +88,4 @@ jobs:
chmod +x ./cc-test-reporter
./cc-test-reporter after-build -t clover
if: matrix.php == '7.3'
continue-on-error: true # if is fork
continue-on-error: true # if is fork

0 comments on commit b572fa4

Please sign in to comment.