File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 strategy :
1010 fail-fast : true
1111 matrix :
12- php : [ "8.2", "8.3" ]
12+ php : [ "8.2", "8.3", "8.4" ]
1313 symfony : [ "6.0", "7.0" ]
1414
1515 name : PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
2929 run : |
3030 composer require --no-interaction \
3131 symfony/console:^${{ matrix.symfony }} \
32- symfony/var-dumper:^${{ matrix.symfony }} \
32+ symfony/var-dumper:^${{ matrix.symfony }}
3333
3434 - name : Execute tests
3535 run : sudo vendor/bin/phpunit
Original file line number Diff line number Diff line change 4242 "symfony/console" : " ^6.0 || ^7.0"
4343 },
4444 "require-dev" : {
45- "phpunit/phpunit" : " ^11.0" ,
45+ "phpunit/phpunit" : " ^11.0 || ^12.0 " ,
4646 "symfony/var-dumper" : " ^6.0 || ^7.0"
4747 },
4848 "minimum-stability" : " stable" ,
6767 "preferred-install" : " dist" ,
6868 "sort-packages" : true
6969 }
70- }
70+ }
You can’t perform that action at this time.
0 commit comments