WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit e7afcd5

Browse files
Add PHP 8.4 to test matrix (#263)
1 parent 826a9ee commit e7afcd5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/test-application.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,11 @@ jobs:
9696

9797
- name: Install composer dependencies
9898
if: ${{ !matrix.create-project }}
99-
uses: ramsey/composer-install@v1
99+
uses: ramsey/composer-install@v3
100100
with:
101-
composer-options: '--no-cache --working-dir=${{ matrix.working-directory }}'
101+
composer-options: '--no-cache'
102102
dependency-versions: 'highest'
103+
working-directory: "${{ matrix.working-directory }}"
103104

104105
- name: Create project
105106
if: ${{ matrix.create-project }}
@@ -195,7 +196,7 @@ jobs:
195196
fail-fast: false
196197
matrix:
197198
include:
198-
- php-version: '8.1'
199+
- php-version: '8.3'
199200
node-version: '16'
200201
npm-version: '6'
201202
mysql-version: '8.0'
@@ -234,7 +235,7 @@ jobs:
234235
default-authentication-plugin=mysql_native_password
235236
236237
- name: Install composer dependencies
237-
uses: ramsey/composer-install@v1
238+
uses: ramsey/composer-install@v3
238239
with:
239240
composer-options: '--no-cache'
240241
dependency-versions: 'highest'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"scheb/2fa-email": "^6.1",
4141
"scheb/2fa-trusted-device": "^6.1",
4242
"stof/doctrine-extensions-bundle": "^1.8",
43-
"sulu/sulu": "~2.5.21",
43+
"sulu/sulu": "2.5.*@dev",
4444
"symfony/config": "^6.3",
4545
"symfony/dotenv": "^6.3",
4646
"symfony/flex": "^1.17 || ^2.0",

0 commit comments

Comments
 (0)