Skip to content

Commit 3324a55

Browse files
committed
chore: php8.4 testing
1 parent 448f201 commit 3324a55

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/REUSABLE_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on:
2525
description: Versions of PHP to test with. Should be array of strings encoded as JSON array
2626
type: string
2727
required: false
28-
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
28+
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
2929

3030
php_extensions:
3131
description: PHP extensions to install.

framework/core/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@
6161
"illuminate/view": "^8.0",
6262
"intervention/image": "2.5.* || ^2.6.1",
6363
"jenssegers/agent": "^2.6",
64-
"laminas/laminas-diactoros": "^2.4.1",
65-
"laminas/laminas-httphandlerrunner": "^1.2.0 || ^2.3.0",
66-
"laminas/laminas-stratigility": "^3.2.2",
64+
"laminas/laminas-diactoros": "^2.4.1 || ^3.0.0",
65+
"laminas/laminas-httphandlerrunner": "^1.2.0 || ^2.3.0 || ^3.0.0",
66+
"laminas/laminas-stratigility": "^3.2.2 || ^4.0.0",
6767
"league/flysystem": "^1.0.11",
6868
"matthiasmullie/minify": "^1.3",
6969
"middlewares/base-path": "^2.0.1",

0 commit comments

Comments
 (0)