Skip to content

Commit

Permalink
Merge pull request #449 from GSadee/ci-minor-improvements
Browse files Browse the repository at this point in the history
[CI] Remove unneeded build + minor improvements
  • Loading branch information
TheMilek authored Nov 25, 2024
2 parents 8835a11 + 52027a6 commit dc2b89d
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yml → .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
php: ["8.3"]
symfony: ["^5.4.21", "^6.4"]
sylius: ["~1.13.0", "~1.14.0"]
database: ["mysql", "postgres"]
mysql: ["8.4"]
postgres: ["15.8"]
node: ["20.x"]
postgres: [ "15.8" ]
database: [ "mysql", "postgres" ]
wkhtmltopdf: ["0.12.6-1"]
state_machine_adapter: ["symfony_workflow"]

Expand Down Expand Up @@ -65,15 +65,6 @@ jobs:
node: "20.x"
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"
-
php: "8.2"
symfony: "^6.4"
sylius: "~1.14.0"
database: "postgres"
postgres: "15.8"
node: "20.x"
wkhtmltopdf: false
state_machine_adapter: "symfony_workflow"

env:
APP_ENV: test
Expand Down

0 comments on commit dc2b89d

Please sign in to comment.