Skip to content

Commit

Permalink
Add all SF versions
Browse files Browse the repository at this point in the history
  • Loading branch information
loevgaard committed Oct 23, 2023
1 parent c92820b commit 2959eeb
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,10 @@ jobs:

symfony:
- "^5.4"
- "^6.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -127,7 +130,10 @@ jobs:

symfony:
- "^5.4"
- "^6.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -163,11 +169,15 @@ jobs:
- "8.2"

dependencies:
- "lowest"
- "highest"

symfony:
- "^5.4"
- "^6.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -203,11 +213,15 @@ jobs:
- "8.2"

dependencies:
- "lowest"
- "highest"

symfony:
- "^5.4"
- "^6.0"
- "~6.0.0"
- "~6.1.0"
- "~6.2.0"
- "~6.3.0"

steps:
- name: "Start MySQL"
Expand Down

0 comments on commit 2959eeb

Please sign in to comment.