Skip to content

Commit

Permalink
Fix support for PHP 8.4 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Nov 25, 2024
1 parent 6991f4c commit 94bc7b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- php-version: '8.4'
coverage: false
dependency-versions: 'highest'
composer-options: '--ignore-platform-reqs'
env:
SYMFONY_DEPRECATIONS_HELPER: weak

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "proprietary",
"type": "sulu-bundle",
"require": {
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.*",
"php": "8.0.* || 8.1.* || 8.2.* || 8.3.* || 8.4.*",
"doctrine/dbal": "^2.13 || ^3.0",
"doctrine/doctrine-bundle": "^2.5",
"doctrine/orm": "^2.11",
Expand Down

0 comments on commit 94bc7b3

Please sign in to comment.