File tree Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Expand file tree Collapse file tree 2 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,16 @@ jobs:
2121 - ' 7.4'
2222 - ' 8.0'
2323 - ' 8.1'
24+ - ' 8.2'
25+ - ' 8.3'
2426 symfony-version :
2527 - 3.4.*
2628 - 4.4.*
2729 - 5.*
2830 - 6.*
2931 dependencies :
3032 - highest
33+ - lowest
3134 exclude :
3235 - php : ' 7.2'
3336 symfony-version : 6.*
@@ -38,17 +41,13 @@ jobs:
3841 - php : ' 7.4'
3942 symfony-version : 6.*
4043 dependencies : highest
41- include :
4244 - php : ' 7.2'
43- symfony-version : 3.4.*
44- dependencies : lowest
45- - php : ' 7.2'
46- symfony-version : 4.4.*
45+ symfony-version : 6.*
4746 dependencies : lowest
48- - php : ' 7.2 '
49- symfony-version : 5 .*
47+ - php : ' 7.3 '
48+ symfony-version : 6 .*
5049 dependencies : lowest
51- - php : ' 8.0 '
50+ - php : ' 7.4 '
5251 symfony-version : 6.*
5352 dependencies : lowest
5453
6362 tools : flex
6463
6564 - name : Install dependencies
66- uses : ramsey/composer-install@v1
65+ uses : ramsey/composer-install@v2
6766 with :
6867 dependency-versions : ${{ matrix.dependencies }}
6968 composer-options : --prefer-dist
Original file line number Diff line number Diff line change 2222 "require" : {
2323 "sentry/sentry" : " ^3.19" ,
2424 "http-interop/http-factory-guzzle" : " ^1.0" ,
25- "symfony/http-client" : " ^4.3|^5.0|^6.0|^7.0 "
25+ "symfony/http-client" : " ^4.3|^5.0|^6.0"
2626 },
2727 "config" : {
2828 "sort-packages" : true ,
You can’t perform that action at this time.
0 commit comments