Skip to content

Commit

Permalink
[WIP]OP-289: test
Browse files Browse the repository at this point in the history
  • Loading branch information
hmfilar committed Sep 16, 2024
1 parent ca61b93 commit 3456503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "~1.12.0", "~1.13.0" ]
sylius: [ "~1.12.17", "~1.13.2" ]
node: [ "18.x", "20.x" ]
mysql: [ "8.0" ]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coding_standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
php: [ "8.1", "8.2", "8.3" ]
symfony: [ "^5.4", "^6.4" ]
sylius: [ "~1.12.0", "~1.13.0" ]
sylius: [ "~1.12.17", "~1.13.2" ]
node: [ "18.x", "20.x" ]

steps:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": "^8.1",
"sylius/sylius": "~1.12.0 || ~1.13.0"
"sylius/sylius": "~1.12.17 || ~1.13.2"
},
"require-dev": {
"ext-json": "*",
Expand Down

0 comments on commit 3456503

Please sign in to comment.