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 @@ -11,13 +11,13 @@ jobs:
1111 name : PHP-CS-Fixer
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v4
1515 - name : PHP-CS-Fixer
1616 uses : docker://oskarstark/php-cs-fixer-ga
1717
1818 build :
1919 name : Build
20- runs-on : Ubuntu-20 .04
20+ runs-on : Ubuntu-22 .04
2121 strategy :
2222 fail-fast : false
2323 matrix :
5050
5151 steps :
5252 - name : Set up PHP
53- uses : shivammathur/setup-php@2
53+ uses : shivammathur/setup-php@v2
5454 with :
5555 php-version : ${{ matrix.php }}
5656 coverage : none
Original file line number Diff line number Diff line change 2121 "symfony/http-kernel" : " ^5.4|^6.4|^7.0"
2222 },
2323 "require-dev" : {
24- "matthiasnoback/symfony-dependency-injection-test" : " ^5.1" ,
24+ "matthiasnoback/symfony-dependency-injection-test" : " ^4.3|^ 5.1" ,
2525 "symfony/framework-bundle" : " ^5.4|^6.4|^7.0" ,
2626 "symfony/phpunit-bridge" : " ^5.3|^6.0|^7.0" ,
2727 "twig/twig" : " ^1.32|^2.4|^3.0" ,
You can’t perform that action at this time.
0 commit comments