Skip to content

Commit badd873

Browse files
authored
Add PHP 8.4 to CI workflow tests
1 parent c6c1e61 commit badd873

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
continue-on-error: ${{ !matrix.stable }}
1212
strategy:
1313
matrix:
14-
php-versions: ['8.0', '8.1', '8.2', '8.3']
14+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
1515
stable: [true]
1616
coverage: [true]
1717
composer-flags: ['']
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v4
2121
with:
2222
fetch-depth: 0
2323

@@ -34,4 +34,4 @@ jobs:
3434
if: ${{ !matrix.coverage }}
3535

3636
- run: vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
37-
if: ${{ matrix.coverage }}
37+
if: ${{ matrix.coverage }}

0 commit comments

Comments
 (0)