Skip to content

Commit

Permalink
Add CI jobs for PHP 8.2 and 8.3 (#2144)
Browse files Browse the repository at this point in the history
* Add CI jobs for PHP 8.2 and 8.3

* more tests

---------

Co-authored-by: Guilhem Niot <[email protected]>
  • Loading branch information
derrabus and GuilhemN authored Dec 31, 2023
1 parent 83e7fdd commit 62e62b3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +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.4
symfony-require: "6.3.*"
doctrine-annotations: true
- 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 62e62b3

Please sign in to comment.