File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,18 +10,14 @@ jobs:
1010 fail-fast : true
1111 matrix :
1212 php : ['8.2', '8.3']
13- symfony : ['6.4.*', '7.0.*']
13+ symfony : ['6.4.*', '7.0.*', '7.1.*@rc' ]
1414 composer-flags : ['--prefer-stable']
1515 can-fail : [false]
1616 include :
1717 - php : ' 8.2'
1818 symfony : ' 6.4.*'
1919 composer-flags : ' --prefer-stable --prefer-lowest'
2020 can-fail : false
21- - php : ' 8.3'
22- symfony : ' 7.1.*@beta'
23- composer-flags : ' --prefer-stable'
24- can-fail : true
2521
2622 name : " PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
2723
Original file line number Diff line number Diff line change 2323 - name : Install dependencies
2424 run : composer update --prefer-stable --prefer-dist
2525 env :
26- SYMFONY_REQUIRE : ' 7.0.* '
26+ SYMFONY_REQUIRE : ' 7.1.*@rc '
2727
2828 - name : Run PHPStan
2929 run : vendor/bin/phpstan analyze --error-format=github
You can’t perform that action at this time.
0 commit comments