Skip to content

Commit

Permalink
ci: open tests for Symfony 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroTroller committed May 28, 2024
1 parent 74527bd commit 0f993a7
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,32 +8,25 @@ jobs:
strategy:
matrix:
php:
- '8.1'
- '8.2'
- '8.3'
symfony:
- '5.4'
- '6.4'
- '7.0'
#- '7.1'
minimumStability:
- 'stable'
composerOptions:
- '--prefer-stable --prefer-lowest'
- '--prefer-stable'
include:
- symfony: '7.0'
php: '8.2'
- symfony: '5.4'
php: '8.1'
minimumStability: 'stable'
composerOptions: '--prefer-stable --prefer-lowest'
- symfony: '7.0'
php: '8.2'
minimumStability: 'stable'
composerOptions: '--prefer-stable'
- symfony: '7.0'
php: '8.3'
minimumStability: 'stable'
composerOptions: '--prefer-stable --prefer-lowest'
- symfony: '7.0'
php: '8.3'
- symfony: '5.4'
php: '8.1'
minimumStability: 'stable'
composerOptions: '--prefer-stable'
steps:
Expand Down

0 comments on commit 0f993a7

Please sign in to comment.