Skip to content

Commit 8afaf3f

Browse files
committed
AC-13307: PHP 8.4 Support
1 parent 8527ee3 commit 8afaf3f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/php.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16+
- "7.4"
1617
- "8.1"
1718
- "8.2"
1819
- "8.3"

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
12-
"composer/composer": "^2.0",
11+
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
12+
"composer/composer": "^2.1.13",
1313
"symfony/console": "~4.4.0||~5.4.0||~6.4.0"
1414
},
1515
"require-dev": {
16-
"phpunit/phpunit": "^9 || ^10"
16+
"phpunit/phpunit": "^9.5.10 || ^10"
1717
},
1818
"autoload": {
1919
"psr-4": {

0 commit comments

Comments
 (0)