Skip to content

Commit

Permalink
Normalize continuous integration matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
l-you committed Dec 4, 2023
1 parent d47ae8e commit 35ac8e6
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,17 +50,12 @@ jobs:
- '7.11.0'
dependencies:
- 'highest'
include:
- php: '7.4'
elasticsearch: '7.0.0'
dependencies: 'lowest'
symfony: '4.4.*'
- php: '7.4'
symfony: '6.3.*'
dependencies: 'highest'
elasticsearch: '7.11.0'
- 'lowest'
exclude:
- php: '7.4'
symfony: '7.0.*'
- php: '7.4'
symfony: '6.0.*'
- php: '8.0'
symfony: '7.0.*'
- php: '8.1'
Expand Down Expand Up @@ -123,11 +118,10 @@ jobs:
dependencies: 'lowest'
symfony: '4.4.*'
exclude:
- php: '7.4'
symfony: '6.3.*'
dependencies: 'highest'
- php: '7.4'
symfony: '7.0.*'
- php: '7.4'
symfony: '6.0.*'
- php: '8.0'
symfony: '7.0.*'
- php: '8.1'
Expand Down

0 comments on commit 35ac8e6

Please sign in to comment.