Skip to content

Commit

Permalink
chore: php8.4 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Nov 9, 2024
1 parent 448f201 commit 3324a55
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/REUSABLE_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ on:
description: Versions of PHP to test with. Should be array of strings encoded as JSON array
type: string
required: false
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]'
default: '["7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'

php_extensions:
description: PHP extensions to install.
Expand Down
6 changes: 3 additions & 3 deletions framework/core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"illuminate/view": "^8.0",
"intervention/image": "2.5.* || ^2.6.1",
"jenssegers/agent": "^2.6",
"laminas/laminas-diactoros": "^2.4.1",
"laminas/laminas-httphandlerrunner": "^1.2.0 || ^2.3.0",
"laminas/laminas-stratigility": "^3.2.2",
"laminas/laminas-diactoros": "^2.4.1 || ^3.0.0",
"laminas/laminas-httphandlerrunner": "^1.2.0 || ^2.3.0 || ^3.0.0",
"laminas/laminas-stratigility": "^3.2.2 || ^4.0.0",
"league/flysystem": "^1.0.11",
"matthiasmullie/minify": "^1.3",
"middlewares/base-path": "^2.0.1",
Expand Down

0 comments on commit 3324a55

Please sign in to comment.