File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -78,13 +78,17 @@ jobs:
78
78
fail-fast : false
79
79
matrix :
80
80
php : ['7.4', '8.0', '8.1', '8.2']
81
- symfony_version : ['5.4.*', '6.2.*']
81
+ symfony_version : ['5.4.*', '6.2.*', '6.3.*' ]
82
82
dependencies : ['--prefer-lowest', '--prefer-dist']
83
83
exclude :
84
84
- php : ' 7.4'
85
85
symfony_version : ' 6.2.*'
86
+ - php : ' 7.4'
87
+ symfony_version : ' 6.3.*'
86
88
- php : ' 8.0'
87
89
symfony_version : ' 6.2.*'
90
+ - php : ' 8.0'
91
+ symfony_version : ' 6.3.*'
88
92
89
93
name : PHP ${{ matrix.php }} unit tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
90
94
@@ -124,13 +128,17 @@ jobs:
124
128
fail-fast : false
125
129
matrix :
126
130
php : ['7.4', '8.0', '8.1', '8.2'] # same as in the container
127
- symfony_version : ['5.4.*', '6.2.*']
131
+ symfony_version : ['5.4.*', '6.2.*', '6.3.*' ]
128
132
dependencies : ['--prefer-lowest', '--prefer-dist']
129
133
exclude :
130
134
- php : ' 7.4'
131
135
symfony_version : ' 6.2.*'
136
+ - php : ' 7.4'
137
+ symfony_version : ' 6.3.*'
132
138
- php : ' 8.0'
133
139
symfony_version : ' 6.2.*'
140
+ - php : ' 8.0'
141
+ symfony_version : ' 6.3.*'
134
142
135
143
name : PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
136
144
You can’t perform that action at this time.
0 commit comments