File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -15,20 +15,36 @@ jobs:
1515 php-version : ['8.1', '8.2', '8.3']
1616 composer-flags : ['']
1717 symfony-version : ['^6.4']
18+ phpunit-version : ['^9.6']
1819 include :
1920 - php-version : 7.4
2021 symfony-version : " ^5.4"
22+ phpunit-version : ' ^9.6'
2123 composer-flags : " --prefer-lowest"
2224 - php-version : 8.1
2325 symfony-version : " ^5.4"
26+ phpunit-version : " ^10.0"
2427 - php-version : 8.1
2528 symfony-version : " ^6.4"
29+ phpunit-version : " ^10.0"
2630 - php-version : 8.2
2731 symfony-version : " ^6.4"
32+ phpunit-version : " ^10.0"
2833 - php-version : 8.2
2934 symfony-version : " ^7.0"
35+ phpunit-version : " ^10.0"
3036 - php-version : 8.3
3137 symfony-version : " ^7.0"
38+ phpunit-version : " ^10.0"
39+ - php-version : 8.2
40+ symfony-version : " ^6.4"
41+ phpunit-version : " ^11.0"
42+ - php-version : 8.2
43+ symfony-version : " ^7.0"
44+ phpunit-version : " ^11.0"
45+ - php-version : 8.3
46+ symfony-version : " ^7.0"
47+ phpunit-version : " ^11.0"
3248
3349 steps :
3450 - name : Checkout
6581 symfony/twig-bundle=${{ matrix.symfony-version }}
6682 symfony/validator=${{ matrix.symfony-version }}
6783 symfony/yaml=${{ matrix.symfony-version }}
84+ phpunit/phpunit=${{ matrix.phpunit-version }}
6885
6986 # This is needed to fix builds where the `annotation_reader` service may not be set up if
7087 # the Annotations package is not in the production dependencies
Original file line number Diff line number Diff line change 1616 ],
1717 "require" : {
1818 "php" : " ^7.4 || ^8.0" ,
19- "phpunit/phpunit" : " ^9.6 || ^10.0" ,
19+ "phpunit/phpunit" : " ^9.6 || ^10.0 || ^11.0 " ,
2020 "symfony/browser-kit" : " ^5.4 || ^6.4 || ^7.0" ,
2121 "symfony/framework-bundle" : " ^5.4 || ^6.4 || ^7.0"
2222 },
You can’t perform that action at this time.
0 commit comments