Skip to content

Commit d058040

Browse files
authored
Update php.yml workflow to include PHP 8.4
1 parent 893ab10 commit d058040

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- "8.1"
2323
- "8.2"
2424
- "8.3"
25+
- "8.4"
2526
dependencies:
2627
- "lowest"
2728
- "highest"
@@ -79,7 +80,7 @@ jobs:
7980

8081
- name: Require newer phpunit/phpunit version
8182
run: "composer require phpunit/phpunit '^9.5' --dev --no-interaction --ansi --no-install"
82-
if: matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3'
83+
if: matrix.php == '8.1' || matrix.php == '8.2' || matrix.php == '8.3' || matrix.php == '8.4'
8384

8485
- name: "Install dependencies with Composer"
8586
uses: "ramsey/composer-install@v2"

0 commit comments

Comments
 (0)