Skip to content

Commit

Permalink
chore: Update PHP versions in tests.yml and composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Jun 26, 2024
1 parent 04e5134 commit 522c2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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' || matrix.php == '8.0''
if: matrix.php == '8.3' || matrix.php == '8.2' || matrix.php == '8.1' || matrix.php == '8.0'

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

0 comments on commit 522c2f1

Please sign in to comment.