Skip to content

Commit 8527ee3

Browse files
committed
PHP 8.4 Automation build is failing with lower dependency
1 parent 65eb411 commit 8527ee3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/php.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
php-version:
16-
- "7.4"
1716
- "8.1"
1817
- "8.2"
1918
- "8.3"

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"AFL-3.0"
99
],
1010
"require": {
11-
"php": "~7.4.0||~8.1.0||~8.2.0||~8.3.0||~8.4.0",
11+
"php": "~8.1.0||~8.2.0||~8.3.0||~8.4.0",
1212
"composer/composer": "^2.0",
1313
"symfony/console": "~4.4.0||~5.4.0||~6.4.0"
1414
},

0 commit comments

Comments
 (0)