Skip to content

Commit bd753cb

Browse files
committed
Add Symfony 6.3 tests
1 parent 290d270 commit bd753cb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
symfony-version: '6.2.*'
3535
composer-flags: '--prefer-stable --prefer-lowest'
3636
description: 'with SF 6.2.* lowest'
37+
- php-version: '8.1'
38+
symfony-version: '6.3.*'
39+
composer-flags: '--prefer-stable --prefer-lowest'
40+
description: 'with SF 6.3.* lowest'
3741

3842
#Symfony versions
3943
- php-version: '8.2'
@@ -51,6 +55,9 @@ jobs:
5155
- php-version: '8.2'
5256
symfony-version: '6.2.*'
5357
description: 'with SF 6.2.*'
58+
- php-version: '8.2'
59+
symfony-version: '6.3.*'
60+
description: 'with SF 6.3.*'
5461

5562
#PHP versions
5663
- php-version: '7.2'

0 commit comments

Comments
 (0)