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 ba3ae9f commit 8af85f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
composer-flags: '--prefer-stable --prefer-lowest'
install-dos2unix: true
description: 'with SF 7.0.* lowest'
- php-version: '8.2'
symfony-version: '7.1.*'
composer-flags: '--prefer-stable --prefer-lowest'
install-dos2unix: true
description: 'with SF 7.1.* lowest'

#Symfony versions
- php-version: '8.3'
Expand All @@ -49,9 +54,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: '7.4'
Expand Down

0 comments on commit 8af85f0

Please sign in to comment.