Skip to content

Commit

Permalink
Fix newer CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Mar 14, 2024
1 parent e832310 commit 988901d
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ jobs:
matrix:
dependencies: ['highest']
description: ['Tests']
php: ['7.4']
mongodb: ['1.9.2']
php: ['8.3']
mongodb: ['1.17.2']
include:
- description: Tests - Symfony 6.4
php: 8.3
symfony-version: '6.4.*' # TODO - Symfony 7
mongodb: '1.17.2' # latest
# TODO - Symfony 7
# - description: Tests - Symfony 6.4
# php: 8.3
# symfony-version: '7.*'
# mongodb: '1.17.2' # latest
- description: Tests - Symfony 6.4
php: 8.2
symfony-version: '6.4.*'
Expand All @@ -45,6 +46,7 @@ jobs:
symfony-version: '5.4.*'
- description: Tests - Symfony 4.4
php: 7.4
mongodb: ['1.9.2']
symfony-version: '4.4.*'
- description: Prefer lowest
dependencies: 'lowest'
Expand All @@ -53,6 +55,7 @@ jobs:
mongodb: '1.2.0'
deprecations: disabled
- description: Infection
mongodb: ['1.9.2']
php: 7.4
symfony-version: '4.4.*'

Expand Down

0 comments on commit 988901d

Please sign in to comment.