File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 1818 - ' 8.2'
1919 - ' 8.3'
2020 - ' 8.4'
21+ - ' 8.5'
2122 dependencies : [highest]
2223 symfony-require : ['']
2324 include :
@@ -28,12 +29,13 @@ jobs:
2829 - php-version : ' 8.2'
2930 symfony-require : ' 6.4.*'
3031 - php-version : ' 8.3'
31- symfony-require : ' 7.2.*'
32+ symfony-require : ' 7.3.*'
33+ - php-version : ' 8.3'
34+ symfony-require : ' 7.4.*'
3235 - php-version : ' 8.4'
3336 symfony-require : ' 8.0.*'
34- stability : dev
3537
36- name : PHP ${{ matrix.php-version }} ${{ matrix.symfony-require && format('/ Symfony {0}', matrix.symfony-require) || '' }} ${{ matrix.dependencies == 'lowest' && '/ lowest' || '' }}
38+ name : PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} ${{ matrix. symfony-require && format('/ Symfony {0}', matrix.symfony-require) || '' }}
3739
3840 env :
3941 SYMFONY_REQUIRE : ${{ matrix.symfony-require }}
4951 tools : composer:v2, flex
5052 coverage : none
5153
52- - name : Allow dev stability
53- if : matrix.stability == 'dev'
54- run : composer config minimum-stability dev
55-
5654 - name : Install Composer dependencies
5755 uses : ramsey/composer-install@v3
5856 with :
Original file line number Diff line number Diff line change 1717 "illuminate/support" : " ^9.0 || ^10.0 || ^11.0 || ^12.0" ,
1818 "knplabs/gaufrette" : " ^0.11" ,
1919 "phpunit/phpunit" : " ^9.5" ,
20- "symfony/validator" : " ^5.4 || ^6.4 || ^7.0" ,
20+ "symfony/validator" : " ^5.4 || ^6.4 || ^7.3 || ^8. 0" ,
2121 "phpstan/phpstan" : " ^2.1" ,
2222 "phpstan/phpstan-phpunit" : " ^2.0" ,
2323 "phpstan/phpstan-strict-rules" : " ^2.0"
You can’t perform that action at this time.
0 commit comments