File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 8686 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
8787
8888 - 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
9090 if : matrix.php == '8.0' && matrix.dependencies == 'lowest'
9191
9292 # 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 3636 "phpstan/phpstan" : " 1.12.5" ,
3737 "phpstan/phpstan-phpunit" : " 1.4.0" ,
3838 "phpstan/phpstan-symfony" : " 1.4.10" ,
39- "phpunit/phpunit" : " ^8.5.14|| ^9.3.9 " ,
39+ "phpunit/phpunit" : " ^8.5| ^9.6 " ,
4040 "symfony/browser-kit" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
4141 "symfony/cache" : " ^4.4.20||^5.0.11||^6.0||^7.0" ,
4242 "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