File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -10,27 +10,30 @@ jobs:
10
10
fail-fast : false
11
11
matrix :
12
12
# Stable supported versions
13
- php : ['7.3', '7. 4', '8.0', '8.1']
14
- symfony : ['5.3.*', '5.4.*']
13
+ php : ['7.4', '8.0', '8.1']
14
+ symfony : ['5.3.*', '5.4.*', '6.0.*' ]
15
15
composer-flags : ['--prefer-stable']
16
16
can-fail : [false]
17
+ exclude :
18
+ - php : ' 7.4'
19
+ symfony : ' 6.0.*'
17
20
include :
18
21
# Lowest supported versions
19
22
- php : ' 7.2'
20
23
symfony : ' 5.3.*'
21
24
composer-flags : ' --prefer-stable --prefer-lowest'
22
25
can-fail : false
23
- # Symfony 6
24
- - php : ' 8.0 '
25
- symfony : ' 6.0 .*'
26
+ # EOL PHP versions
27
+ - php : ' 7.2 '
28
+ symfony : ' 5.4 .*'
26
29
composer-flags : ' --prefer-stable'
27
30
can-fail : false
28
- - php : ' 8.1 '
29
- symfony : ' 6.0 .*'
31
+ - php : ' 7.3 '
32
+ symfony : ' 5.4 .*'
30
33
composer-flags : ' --prefer-stable'
31
34
can-fail : false
32
35
# Development versions
33
- - php : ' 8.1-rc '
36
+ - php : ' 8.1'
34
37
symfony : ' 6.1.x-dev'
35
38
composer-flags : ' '
36
39
can-fail : false
You can’t perform that action at this time.
0 commit comments