Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcr committed Dec 5, 2024
1 parent 6826d6c commit 0e627f1
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,33 @@ jobs:
fail-fast: false
matrix:
# php: ["8.2"]
php: ["8.3", "8.2", "8.1"]
php: ["8.4", "8.3", "8.2", "8.1"]
# symfony: ["^6.4"]
symfony: ["^5.4", "^6.4"]
symfony: ["^5.4", "^6.4", "^7.0"]
# sylius: ["~1.13.0"]
sylius: ["~1.11.0", "~1.12.0", "~1.13.0"]
sylius: ["~1.11.0", "~1.12.0", "~1.13.0", "~1.14.0", "~2.0.0"]
# node: ["12.x"]
mariadb: ["10.11"]

exclude:
-
sylius: "~1.11.0"
symfony: "^6.4"
-
sylius: "~1.11.0"
symfony: "^7.0"
-
sylius: "~1.12.0"
symfony: "^7.0"
-
sylius: "~1.13.0"
symfony: "^7.0"
-
sylius: "~1.14.0"
symfony: "^7.0"
-
sylius: "~2.0.0"
symfony: "^5.4"


env:
Expand Down

0 comments on commit 0e627f1

Please sign in to comment.