Skip to content

Commit 3fd1853

Browse files
committed
Update dependencies in build pipeline
1 parent c4ed511 commit 3fd1853

File tree

2 files changed

+12
-31
lines changed

2 files changed

+12
-31
lines changed

.github/workflows/build.yaml

Lines changed: 9 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
matrix:
2222
php-version:
23-
- "7.4" # Always use the lowest version of PHP since a higher version could create actual syntax errors in lower versions
23+
- "8.2" # Always use the lowest version of PHP since a higher version could create actual syntax errors in lower versions
2424

2525
dependencies:
2626
- "highest"
@@ -67,9 +67,6 @@ jobs:
6767
strategy:
6868
matrix:
6969
php-version:
70-
- "7.4"
71-
- "8.0"
72-
- "8.1"
7370
- "8.2"
7471
- "8.3"
7572

@@ -78,12 +75,8 @@ jobs:
7875
- "highest"
7976

8077
symfony:
81-
- "^5.4"
82-
- "^6.0"
83-
84-
exclude:
85-
- php-version: "7.4"
86-
symfony: "^6.0"
78+
- "^6.4"
79+
- "^7.1"
8780

8881
steps:
8982
- name: "Checkout"
@@ -121,9 +114,6 @@ jobs:
121114
strategy:
122115
matrix:
123116
php-version:
124-
- "7.4"
125-
- "8.0"
126-
- "8.1"
127117
- "8.2"
128118
- "8.3"
129119

@@ -132,12 +122,8 @@ jobs:
132122
- "highest"
133123

134124
symfony:
135-
- "^5.4"
136-
- "^6.0"
137-
138-
exclude:
139-
- php-version: "7.4"
140-
symfony: "^6.0"
125+
- "^6.4"
126+
- "^7.1"
141127

142128
steps:
143129
- name: "Checkout"
@@ -172,22 +158,15 @@ jobs:
172158
strategy:
173159
matrix:
174160
php-version:
175-
- "7.4"
176-
- "8.0"
177-
- "8.1"
178161
- "8.2"
179162
- "8.3"
180163

181164
dependencies:
182165
- "highest"
183166

184167
symfony:
185-
- "^5.4"
186-
- "^6.0"
187-
188-
exclude:
189-
- php-version: "7.4"
190-
symfony: "^6.0"
168+
- "^6.4"
169+
- "^7.1"
191170

192171
steps:
193172
- name: "Checkout"
@@ -225,7 +204,7 @@ jobs:
225204
strategy:
226205
matrix:
227206
php-version:
228-
- "7.4"
207+
- "8.2"
229208

230209
dependencies:
231210
- "highest"
@@ -247,7 +226,7 @@ jobs:
247226
- name: "Setup node"
248227
uses: "actions/setup-node@v3"
249228
with:
250-
node-version: "16"
229+
node-version: "20"
251230

252231
- name: "Install composer dependencies"
253232
uses: "ramsey/composer-install@v3"

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"league/uri": "^6.0 || ^7.5",
1818
"league/uri-components": "^2.3 || ^7.5",
1919
"psr/log": "^1.1 || ^2.0 || ^3.0",
20+
"sylius/admin-bundle": "^2.0",
2021
"sylius/channel": "^2.0",
2122
"sylius/channel-bundle": "^2.0",
2223
"sylius/core-bundle": "^2.0",
@@ -33,10 +34,11 @@
3334
"symfony/http-kernel": "^6.4 || ^7.1",
3435
"symfony/routing": "^6.4 || ^7.1",
3536
"symfony/validator": "^6.4 || ^7.1",
37+
"symfony/ux-twig-component": "^2.20",
3638
"webmozart/assert": "^1.11"
3739
},
3840
"require-dev": {
39-
"api-platform/core": "^2.7",
41+
"api-platform/core": "^4.0.3",
4042
"lexik/jwt-authentication-bundle": "^3.1",
4143
"php-http/message-factory": "^1.1",
4244
"phpspec/phpspec": "^7.3",

0 commit comments

Comments
 (0)