Skip to content

Commit 6b45f21

Browse files
authoredJan 27, 2025
Merge pull request #56 from BitBagCommerce/merge-feature-upgrade
Merge feature upgrade
2 parents a3ba11e + 35a7f34 commit 6b45f21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+223
-406
lines changed
 

‎.github/workflows/build.yml

+5-14
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,12 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
php: [ "8.0", "8.1", "8.2", "8.3" ]
24-
symfony: [ "^5.4", "^6.4" ]
25-
sylius: [ "~1.12.0", "~1.13.0", "~1.14.0" ]
26-
node: [ "18.x", "20.x" ]
23+
php: [ "8.2", "8.3" ]
24+
symfony: [ "^7.1" ]
25+
sylius: [ "^2.0" ]
26+
node: [ "20.x" ]
2727
mysql: [ "8.0" ]
2828

29-
exclude:
30-
- sylius: "~1.14.0"
31-
php: "8.0"
32-
- sylius: "~1.13.0"
33-
php: "8.0"
34-
- sylius: "~1.12.0"
35-
php: "8.0"
36-
symfony: "^6.4"
37-
3829
env:
3930
APP_ENV: test
4031
DATABASE_URL: "mysql://root:root@127.0.0.1/sylius?serverVersion=${{ matrix.mysql }}"
@@ -191,7 +182,7 @@ jobs:
191182

192183
-
193184
name: Upload Behat logs
194-
uses: actions/upload-artifact@v3
185+
uses: actions/upload-artifact@v4
195186
if: failure()
196187
with:
197188
name: Behat logs

‎.github/workflows/coding_standard.yml

+4-14
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,10 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php: [ "8.0", "8.1", "8.2", "8.3" ]
22-
symfony: [ "^5.4", "^6.4" ]
23-
sylius: [ "~1.12.0", "~1.13.0", "~1.14.0" ]
24-
node: [ "18.x", "20.x" ]
25-
mysql: [ "8.0" ]
26-
27-
exclude:
28-
- sylius: "~1.14.0"
29-
php: 8.0
30-
- sylius: "~1.13.0"
31-
php: 8.0
32-
- sylius: "~1.12.0"
33-
php: 8.0
34-
symfony: ^6.4
21+
php: [ "8.2", "8.3" ]
22+
symfony: [ "^7.1" ]
23+
sylius: [ "^2.0" ]
24+
node: [ "20.x" ]
3525

3626
steps:
3727
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)