We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2413c4 commit c6784f0Copy full SHA for c6784f0
1 file changed
.github/workflows/tests.yml
@@ -29,6 +29,11 @@ jobs:
29
composer-flags: '--prefer-stable --prefer-lowest'
30
install-dos2unix: true
31
description: 'with SF 6.0.* lowest'
32
+ - php-version: '8.1'
33
+ symfony-version: '6.1.*'
34
+ composer-flags: '--prefer-stable --prefer-lowest'
35
+ install-dos2unix: true
36
+ description: 'with SF 6.1.* lowest'
37
38
#Symfony versions
39
- php-version: '8.1'
@@ -40,6 +45,9 @@ jobs:
40
45
41
46
symfony-version: '6.0.*'
42
47
description: 'with SF 6.0.*'
48
49
50
+ description: 'with SF 6.1.*'
43
51
44
52
#PHP versions
53
- php-version: '7.4'
0 commit comments