Skip to content

Commit

Permalink
OP-514 - build.yml has been fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Sep 6, 2024
1 parent 26fde2e commit 2b61588
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "^1.12", "^1.13" ]
sylius: [ "~1.12", "~1.13" ]
node: [ "18.x", "20.x" ]
mysql: [ "8.0" ]

mysql: [ "5.7", "8.0" ]
exclude:
- sylius: ^1.13
php: 8.0
- sylius: ^1.12
php: 8.0
symfony: ^6.4
- sylius: "~1.13"
php: "8.0"
- sylius: "~1.12"
php: "8.0"
symfony: "^6.4"

env:
APP_ENV: test
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
],
"license": "MIT",
"require": {
"php": "^8.0 || ^8.1",
"php": "^8.0",
"adyen/php-api-library": "^11.0",
"composer/package-versions-deprecated": "^1.11",
"nyholm/psr7": "^1.4",
"sylius/refund-plugin": "~1.0.0 || ^1.1",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"sylius/sylius": "~1.12 || ~1.13",
"symfony/messenger": "^5.4 || ^6.0",
"symfony/serializer": "^5.4 || ^6.0",
"symfony/webpack-encore-bundle": "^1.14"
Expand Down

0 comments on commit 2b61588

Please sign in to comment.