Skip to content

Commit

Permalink
[GitHub Actions] Add more elements to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
coldic3 committed Nov 7, 2022
1 parent e79164a commit fb14324
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
node: "16.x"
mysql: "8.0"
pdf: false
-
php: "8.1"
symfony: "^5.4"
sylius: "~1.11.2"
node: "14.x"
mysql: "8.0"
pdf: false

exclude:
- symfony: "^6.0"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
"dev-master": "1.0-dev"
},
"symfony": {
"require": "^6.0"
"require": "^5.4 || ^6.0"
}
},
"prefer-stable": true,
Expand Down

0 comments on commit fb14324

Please sign in to comment.