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 9
9
strategy :
10
10
fail-fast : true
11
11
matrix :
12
- php : [ "8.2", "8.3" ]
12
+ php : [ "8.2", "8.3", "8.4" ]
13
13
symfony : [ "6.0", "7.0" ]
14
14
15
15
name : PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }} ${{ matrix.prefer }}
29
29
run : |
30
30
composer require --no-interaction \
31
31
symfony/console:^${{ matrix.symfony }} \
32
- symfony/var-dumper:^${{ matrix.symfony }} \
32
+ symfony/var-dumper:^${{ matrix.symfony }}
33
33
34
34
- name : Execute tests
35
35
run : sudo vendor/bin/phpunit
Original file line number Diff line number Diff line change 42
42
"symfony/console" : " ^6.0 || ^7.0"
43
43
},
44
44
"require-dev" : {
45
- "phpunit/phpunit" : " ^11.0" ,
45
+ "phpunit/phpunit" : " ^11.0 || ^12.0 " ,
46
46
"symfony/var-dumper" : " ^6.0 || ^7.0"
47
47
},
48
48
"minimum-stability" : " stable" ,
67
67
"preferred-install" : " dist" ,
68
68
"sort-packages" : true
69
69
}
70
- }
70
+ }
You can’t perform that action at this time.
0 commit comments