Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi authored Jan 26, 2024
1 parent 4e5d09a commit 5ca3bd9
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 @@ -11,7 +11,7 @@ jobs:
continue-on-error: ${{ !matrix.stable }}
strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
stable: [true]
coverage: [true]
composer-flags: ['']
Expand All @@ -34,4 +34,4 @@ jobs:
if: ${{ !matrix.coverage }}

- run: vendor/bin/phpunit --testsuite=test --coverage-text --coverage-clover=coverage.clover
if: ${{ matrix.coverage }}
if: ${{ matrix.coverage }}

0 comments on commit 5ca3bd9

Please sign in to comment.