We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 290d270 commit bd753cbCopy full SHA for bd753cb
.github/workflows/tests.yml
@@ -34,6 +34,10 @@ jobs:
34
symfony-version: '6.2.*'
35
composer-flags: '--prefer-stable --prefer-lowest'
36
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'
41
42
#Symfony versions
43
- php-version: '8.2'
@@ -51,6 +55,9 @@ jobs:
51
55
52
56
53
57
description: 'with SF 6.2.*'
58
+ - php-version: '8.2'
59
60
+ description: 'with SF 6.3.*'
54
61
62
#PHP versions
63
- php-version: '7.2'
0 commit comments