We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 893ab10 commit d058040Copy full SHA for d058040
.github/workflows/php.yml
@@ -22,6 +22,7 @@ jobs:
22
- "8.1"
23
- "8.2"
24
- "8.3"
25
+ - "8.4"
26
dependencies:
27
- "lowest"
28
- "highest"
@@ -79,7 +80,7 @@ jobs:
79
80
81
- name: Require newer phpunit/phpunit version
82
run: "composer require phpunit/phpunit '^9.5' --dev --no-interaction --ansi --no-install"
- 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'
84
85
- name: "Install dependencies with Composer"
86
uses: "ramsey/composer-install@v2"
0 commit comments