File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 86
86
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
87
87
88
88
- name : Update PHPUnit
89
- run : composer require --dev phpunit/phpunit ^9.3.9 --no-update
89
+ run : composer require --dev phpunit/phpunit ^9.5 --no-update
90
90
if : matrix.php == '8.0' && matrix.dependencies == 'lowest'
91
91
92
92
# These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests
Original file line number Diff line number Diff line change 36
36
"phpstan/phpstan" : " 1.12.5" ,
37
37
"phpstan/phpstan-phpunit" : " 1.4.0" ,
38
38
"phpstan/phpstan-symfony" : " 1.4.10" ,
39
- "phpunit/phpunit" : " ^8.5.14|| ^9.3.9 " ,
39
+ "phpunit/phpunit" : " ^8.5| ^9.6 " ,
40
40
"symfony/browser-kit" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
41
41
"symfony/cache" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
42
42
"symfony/dom-crawler" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
You can’t perform that action at this time.
0 commit comments