Skip to content

Commit

Permalink
ci: add missing php version tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Jan 8, 2025
1 parent 3bcb0ca commit 6eb8b8b
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 @@ -38,15 +38,27 @@ jobs:
- php-version: 8.1
symfony-require: "5.4"
doctrine-annotations: true
- php-version: 8.2
symfony-require: "5.4"
doctrine-annotations: true
- php-version: 8.3
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.4"
doctrine-annotations: true
- php-version: 8.2
symfony-require: "6.4"
doctrine-annotations: true
- php-version: 8.3
symfony-require: "6.4"
doctrine-annotations: true
- php-version: 8.4
symfony-require: "6.4"
doctrine-annotations: true
- php-version: 8.2
symfony-require: "7.1"
doctrine-annotations: false
Expand Down

0 comments on commit 6eb8b8b

Please sign in to comment.