Skip to content

Commit

Permalink
Add SF 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Jan 3, 2024
1 parent 9f6d12a commit 4f1f088
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,12 @@ jobs:
- "highest"

symfony:
- "^5.4"
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -129,11 +130,12 @@ jobs:
- "highest"

symfony:
- "^5.4"
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -176,11 +178,12 @@ jobs:
- "highest"

symfony:
- "^5.4"
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -220,11 +223,12 @@ jobs:
- "highest"

symfony:
- "^5.4"
- "~5.4.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"
- "~6.4.0"

steps:
- name: "Start MySQL"
Expand Down

0 comments on commit 4f1f088

Please sign in to comment.