Skip to content

Commit ddb857e

Browse files
committed
Add Sylius 2.2, Symfony 7.4, and PostgreSQL build
1 parent bdb55e2 commit ddb857e

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/build.yaml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,22 @@ jobs:
3030
fail-fast: false
3131
matrix:
3232
php: ["8.3"]
33-
symfony: ["^6.4", "~7.3.0"]
34-
sylius: ["~2.0.0", "~2.1.0"]
33+
symfony: ["^6.4", "^7.4"]
34+
sylius: ["~2.0.0", "~2.1.0", "~2.2.0"]
3535
database: ["mysql:8.4"]
3636
node: ["22.x"]
3737

38+
exclude:
39+
- sylius: "~2.0.0"
40+
symfony: "^7.4"
41+
42+
include:
43+
- php: "8.3"
44+
symfony: "^7.4"
45+
sylius: "~2.2.0"
46+
database: "postgres:16"
47+
node: "22.x"
48+
3849
env:
3950
APP_ENV: test
4051

@@ -97,7 +108,7 @@ jobs:
97108
uses: actions/upload-artifact@v4
98109
if: failure()
99110
with:
100-
name: "Behat logs - ${{ matrix.sylius }}-${{ github.run_id }}-${{ github.run_number }}"
111+
name: "Behat logs - Sylius ${{ matrix.sylius }} - ${{ matrix.database }} - ${{ github.run_id }}"
101112
path: etc/build/
102113
if-no-files-found: ignore
103114
compression-level: 6

0 commit comments

Comments
 (0)