Skip to content

Commit

Permalink
add(tests): PHP 8.2 and 8.3 to the test matrix
Browse files Browse the repository at this point in the history
add(tests) PHP 8.2 and 8.3 to the test matrix
  • Loading branch information
Zeuh authored Jul 5, 2024
1 parent cf80d8b commit 4eca7cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest']
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
experimental: [ false ]
fail-fast: false

env:
coverage: ${{ (matrix.os == 'ubuntu-latest' && matrix.php == '8.1') && 'xdebug' || '0' }}
coverage: ${{ (matrix.os == 'ubuntu-latest' && matrix.php == '8.2') && 'xdebug' || '0' }}
github-token: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}

Expand Down

0 comments on commit 4eca7cf

Please sign in to comment.