Skip to content

Commit 4eca7cf

Browse files
authored
add(tests): PHP 8.2 and 8.3 to the test matrix
add(tests) PHP 8.2 and 8.3 to the test matrix
1 parent cf80d8b commit 4eca7cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: ['ubuntu-latest']
15-
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1]
15+
php: [7.1, 7.2, 7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
1616
experimental: [ false ]
1717
fail-fast: false
1818

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

0 commit comments

Comments
 (0)