Skip to content

Commit

Permalink
Add PHP 8.3 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hlecorche committed Dec 23, 2023
1 parent 633e1e9 commit 1aec874
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,23 @@ jobs:
description: 'with SF 6.3.* lowest'

#Symfony versions
- php-version: '8.2'
- php-version: '8.3'
symfony-version: '5.4.*'
description: 'with SF 5.4.*'
- php-version: '8.2'
- php-version: '8.3'
symfony-version: '6.3.*'
description: 'with SF 6.3.*'
- php-version: '8.2'
- php-version: '8.3'
symfony-version: '6.4.*@dev'
description: 'with SF 6.4.* dev'
- php-version: '8.2'
- php-version: '8.3'
symfony-version: '7.0.*@dev'
description: 'with SF 7.0.* dev'

#PHP versions
- php-version: '8.1'
- php-version: '8.2'
- php-version: '8.3'

#CS
- php-version: '8.2'
Expand Down

0 comments on commit 1aec874

Please sign in to comment.