Skip to content

Commit

Permalink
Add PHP 8.4 to test matrix (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-schranz authored Nov 27, 2024
1 parent 826a9ee commit e7afcd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,11 @@ jobs:

- name: Install composer dependencies
if: ${{ !matrix.create-project }}
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
composer-options: '--no-cache --working-dir=${{ matrix.working-directory }}'
composer-options: '--no-cache'
dependency-versions: 'highest'
working-directory: "${{ matrix.working-directory }}"

- name: Create project
if: ${{ matrix.create-project }}
Expand Down Expand Up @@ -195,7 +196,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 Expand Up @@ -234,7 +235,7 @@ jobs:
default-authentication-plugin=mysql_native_password
- name: Install composer dependencies
uses: ramsey/composer-install@v1
uses: ramsey/composer-install@v3
with:
composer-options: '--no-cache'
dependency-versions: 'highest'
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 e7afcd5

Please sign in to comment.