Skip to content

Commit

Permalink
[Tests] Add Symfony 7.1.* and 7.2.*@dev versions to test.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Jun 21, 2024
1 parent 8a2da41 commit e11d672
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
symfony-version: '7.0.*'
composer-flags: '--prefer-stable --prefer-lowest'
description: 'with SF 7.0.* lowest'
- php-version: '8.2'
symfony-version: '7.1.*'
composer-flags: '--prefer-stable --prefer-lowest'
description: 'with SF 7.1.* lowest'

#Symfony versions
- php-version: '8.3'
Expand All @@ -46,9 +50,15 @@ jobs:
- php-version: '8.3'
symfony-version: '7.0.*@dev'
description: 'with SF 7.0.* dev'
- php-version: '8.3'
symfony-version: '7.1.*'
description: 'with SF 7.1.*'
- php-version: '8.3'
symfony-version: '7.1.*@dev'
description: 'with SF 7.1.* dev'
- php-version: '8.3'
symfony-version: '7.2.*@dev'
description: 'with SF 7.2.* dev'

#PHP versions
- php-version: '8.0'
Expand Down

0 comments on commit e11d672

Please sign in to comment.