Skip to content

Commit

Permalink
Add PHP 8.4 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz committed Nov 27, 2024
1 parent 826a9ee commit 61b317d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
SULU_ADMIN_EMAIL:
DATABASE_URL: "mysql://root:@127.0.0.1:3306/sulu_test?serverVersion=8.0"

- php-version: '8.3'
- php-version: '8.4'
node-version: '16'
npm-version: '6'
mysql-version: '8.0'
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
fail-fast: false
matrix:
include:
- php-version: '8.1'
- php-version: '8.3'
node-version: '16'
npm-version: '6'
mysql-version: '8.0'
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"scheb/2fa-email": "^6.1",
"scheb/2fa-trusted-device": "^6.1",
"stof/doctrine-extensions-bundle": "^1.8",
"sulu/sulu": "~2.5.21",
"sulu/sulu": "~2.5@dev",
"symfony/config": "^6.3",
"symfony/dotenv": "^6.3",
"symfony/flex": "^1.17 || ^2.0",
Expand Down

0 comments on commit 61b317d

Please sign in to comment.