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:
7878 fail-fast : false
7979 matrix :
8080 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.*' ]
8282 dependencies : ['--prefer-lowest', '--prefer-dist']
8383 exclude :
8484 - php : ' 7.4'
8585 symfony_version : ' 6.2.*'
86+ - php : ' 7.4'
87+ symfony_version : ' 6.3.*'
8688 - php : ' 8.0'
8789 symfony_version : ' 6.2.*'
90+ - php : ' 8.0'
91+ symfony_version : ' 6.3.*'
8892
8993 name : PHP ${{ matrix.php }} unit tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
9094
@@ -124,13 +128,17 @@ jobs:
124128 fail-fast : false
125129 matrix :
126130 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.*' ]
128132 dependencies : ['--prefer-lowest', '--prefer-dist']
129133 exclude :
130134 - php : ' 7.4'
131135 symfony_version : ' 6.2.*'
136+ - php : ' 7.4'
137+ symfony_version : ' 6.3.*'
132138 - php : ' 8.0'
133139 symfony_version : ' 6.2.*'
140+ - php : ' 8.0'
141+ symfony_version : ' 6.3.*'
134142
135143 name : PHP ${{ matrix.php }} functional tests on Sf ${{ matrix.symfony_version }}, deps=${{ matrix.dependencies }}
136144
You can’t perform that action at this time.
0 commit comments