Skip to content

Commit

Permalink
Merge pull request #1910 from FriendsOfSymfony/XWB-patch-2
Browse files Browse the repository at this point in the history
Update continuous integration
  • Loading branch information
XWB committed May 22, 2023
2 parents f0d591d + 6fb9b64 commit 9004f79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -38,12 +38,12 @@ jobs:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
symfony:
- '4.4.*'
- '5.4.*'
- '6.0.*'
- '6.2.*'
elasticsearch:
- '7.11.0'
dependencies:
Expand All @@ -55,7 +55,7 @@ jobs:
symfony: '4.4.*'
exclude:
- php: '7.4'
symfony: '6.0.*'
symfony: '6.2.*'
dependencies: 'highest'
elasticsearch: '7.11.0'
fail-fast: false
Expand Down Expand Up @@ -101,12 +101,12 @@ jobs:
matrix:
php:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
symfony:
- '4.4.*'
- '5.4.*'
- '6.0.*'
- '6.2.*'
dependencies:
- 'highest'
include:
Expand All @@ -115,7 +115,7 @@ jobs:
symfony: '4.4.*'
exclude:
- php: '7.4'
symfony: '6.0.*'
symfony: '6.2.*'
dependencies: 'highest'
fail-fast: false
steps:
Expand Down

0 comments on commit 9004f79

Please sign in to comment.