Skip to content

Commit

Permalink
Update CI to test Symfony 6.3 (6.2 is unmaintained)
Browse files Browse the repository at this point in the history
  • Loading branch information
evertharmeling committed Nov 20, 2023
1 parent 4aca8ed commit 0d69309
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
symfony:
- '4.4.*'
- '5.4.*'
- '6.2.*'
- '6.3.*'
- '7.0.*'
elasticsearch:
- '7.11.0'
Expand All @@ -56,7 +56,7 @@ jobs:
symfony: '4.4.*'
exclude:
- php: '7.4'
symfony: '6.2.*'
symfony: '6.3.*'
dependencies: 'highest'
elasticsearch: '7.11.0'
- php: '7.4'
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
symfony:
- '4.4.*'
- '5.4.*'
- '6.2.*'
- '6.3.*'
- '7.0.*'
dependencies:
- 'highest'
Expand All @@ -125,7 +125,7 @@ jobs:
symfony: '4.4.*'
exclude:
- php: '7.4'
symfony: '6.2.*'
symfony: '6.3.*'
dependencies: 'highest'
- php: '7.4'
symfony: '7.0.*'
Expand Down

0 comments on commit 0d69309

Please sign in to comment.