Skip to content

Commit

Permalink
Add Symfony 7.2 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Dec 14, 2024
1 parent ae7ab0c commit aea75f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
symfony-version: '7.1.*'
composer-flags: '--prefer-stable --prefer-lowest'
description: 'with SF 7.1.* lowest'
- php-version: '8.2'
symfony-version: '7.2.*'
composer-flags: '--prefer-stable --prefer-lowest'
description: 'with SF 7.2.* lowest'

#Symfony versions
- php-version: '8.4'
Expand All @@ -36,6 +40,9 @@ jobs:
- php-version: '8.4'
symfony-version: '7.1.*@dev'
description: 'with SF 7.1.* dev'
- php-version: '8.4'
symfony-version: '7.2.*'
description: 'with SF 7.2.*'
- php-version: '8.4'
symfony-version: '7.2.*@dev'
description: 'with SF 7.2.* dev'
Expand Down

0 comments on commit aea75f0

Please sign in to comment.