Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhemN committed Dec 31, 2023
1 parent 0f06cff commit f427488
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,24 @@ jobs:
- php-version: 8.1
symfony-require: "5.4.*"
doctrine-annotations: true
- php-version: 8.4
symfony-require: "5.4.*"
doctrine-annotations: true
- php-version: 8.1
symfony-require: "6.3.*"
doctrine-annotations: true
- php-version: 8.3
symfony-require: "5.4.*"
doctrine-annotations: true
- php-version: 8.3
- php-version: 8.4
symfony-require: "6.3.*"
doctrine-annotations: true
- php-version: 8.1
- php-version: 8.2
symfony-require: "7.0.*"
doctrine-annotations: false
- php-version: 8.3
symfony-require: "7.0.*"
doctrine-annotations: false
- php-version: 8.4
symfony-require: "7.0.*"
doctrine-annotations: false

steps:
- name: "Checkout"
Expand Down

0 comments on commit f427488

Please sign in to comment.