Skip to content

Commit 5777481

Browse files
Add PHP 8.4 to the CI
1 parent 0663dd6 commit 5777481

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
php:
14+
- 8.4
1415
- 8.3
1516
- 8.2
1617
- 8.1
@@ -26,6 +27,8 @@ jobs:
2627
php-version: ${{ matrix.php }}
2728
coverage: xdebug
2829
ini-file: development
30+
- run: composer config minimum-stability dev
31+
if: ${{ matrix.php >= 8.4 }}
2932
- run: composer install
3033
- run: vendor/bin/phpunit --coverage-text
3134
if: ${{ matrix.php >= 7.3 }}

0 commit comments

Comments
 (0)