File tree Expand file tree Collapse file tree 2 files changed +5
-21
lines changed
Expand file tree Collapse file tree 2 files changed +5
-21
lines changed Original file line number Diff line number Diff line change @@ -10,32 +10,21 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 # Stable supported versions
13- php : ['7.4', '8.0', ' 8.1', '8.2']
13+ php : ['8.1', '8.2']
1414 symfony : ['5.4.*', '6.2.*']
1515 composer-flags : ['--prefer-stable']
1616 can-fail : [false]
1717 exclude :
18- - php : ' 7.4'
19- symfony : ' 6.2.*'
20- - php : ' 8.0'
18+ - php : ' 8.1'
2119 symfony : ' 6.2.*'
2220 include :
2321 # Lowest supported versions
24- - php : ' 7.2 '
22+ - php : ' 8.1 '
2523 symfony : ' 5.4.*'
2624 composer-flags : ' --prefer-stable --prefer-lowest'
2725 can-fail : false
28- # EOL PHP versions
29- - php : ' 7.2'
30- symfony : ' 5.4.*'
31- composer-flags : ' --prefer-stable'
32- can-fail : false
33- - php : ' 7.3'
34- symfony : ' 5.4.*'
35- composer-flags : ' --prefer-stable'
36- can-fail : false
3726 # Development versions
38- - php : ' 8.2 '
27+ - php : ' 8.3 '
3928 symfony : ' 6.3.x-dev'
4029 composer-flags : ' '
4130 can-fail : true
4938 - name : " checkout"
5039 uses : " actions/checkout@v2"
5140
52- - name : " build the PHP7 environment"
53- run : " dev/bin/docker-compose build --build-arg PHP_VERSION=${{ matrix.php }} php"
54- if : startsWith(matrix.php, '7')
55-
5641 - name : " build the PHP8 environment"
5742 run : " dev/bin/docker-compose build --build-arg PHP_VERSION=${{ matrix.php }} --build-arg XDEBUG_VERSION='3.2.0' php"
5843 if : startsWith(matrix.php, '8')
Original file line number Diff line number Diff line change 1616 }
1717 ],
1818 "require" : {
19- "php" : " >=7.2 " ,
19+ "php" : " ^8.1 " ,
2020 "doctrine/doctrine-bundle" : " ^2.0.8" ,
2121 "doctrine/orm" : " ^2.7.1" ,
2222 "league/oauth2-server" : " ^8.3" ,
2323 "nyholm/psr7" : " ^1.4" ,
2424 "psr/http-factory" : " ^1.0" ,
2525 "symfony/event-dispatcher" : " ^5.4|^6.2" ,
2626 "symfony/framework-bundle" : " ^5.4|^6.2" ,
27- "symfony/polyfill-php81" : " ^1.22" ,
2827 "symfony/psr-http-message-bridge" : " ^2.0" ,
2928 "symfony/security-bundle" : " ^5.4|^6.2"
3029 },
You can’t perform that action at this time.
0 commit comments