Skip to content

Commit

Permalink
Only allow SF5
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Feb 26, 2024
1 parent 27dfa9d commit 3148c95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.4.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -128,7 +127,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.4.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -172,7 +170,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.4.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -213,7 +210,6 @@ jobs:

symfony:
- "~5.4.0"
- "~6.4.0"

steps:
- name: "Start MySQL"
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"sylius/core-bundle": "^1.0",
"sylius/resource-bundle": "^1.6",
"sylius/ui-bundle": "^1.0",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.4 || ^7.0",
"symfony/event-dispatcher": "^5.4 || ^6.4 || ^7.0",
"symfony/form": "^5.4 || ^6.4 || ^7.0",
"symfony/http-foundation": "^5.4 || ^6.4 || ^7.0",
"symfony/options-resolver": "^5.4 || ^6.4 || ^7.0",
"symfony/config": "^5.4",
"symfony/dependency-injection": "^5.4",
"symfony/event-dispatcher": "^5.4",
"symfony/form": "^5.4",
"symfony/http-foundation": "^5.4",
"symfony/options-resolver": "^5.4",
"webmozart/assert": "^1.11"
},
"require-dev": {
Expand Down

0 comments on commit 3148c95

Please sign in to comment.