Skip to content

Commit 52027a6

Browse files
committed
[CI] Remove unneeded build + minor improvements
1 parent 8835a11 commit 52027a6

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.github/workflows/build.yml .github/workflows/build.yaml

+2-11
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ jobs:
3030
php: ["8.3"]
3131
symfony: ["^5.4.21", "^6.4"]
3232
sylius: ["~1.13.0", "~1.14.0"]
33+
database: ["mysql", "postgres"]
3334
mysql: ["8.4"]
35+
postgres: ["15.8"]
3436
node: ["20.x"]
35-
postgres: [ "15.8" ]
36-
database: [ "mysql", "postgres" ]
3737
wkhtmltopdf: ["0.12.6-1"]
3838
state_machine_adapter: ["symfony_workflow"]
3939

@@ -65,15 +65,6 @@ jobs:
6565
node: "20.x"
6666
wkhtmltopdf: false
6767
state_machine_adapter: "symfony_workflow"
68-
-
69-
php: "8.2"
70-
symfony: "^6.4"
71-
sylius: "~1.14.0"
72-
database: "postgres"
73-
postgres: "15.8"
74-
node: "20.x"
75-
wkhtmltopdf: false
76-
state_machine_adapter: "symfony_workflow"
7768

7869
env:
7970
APP_ENV: test

0 commit comments

Comments
 (0)