File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 phpunit-tests :
1111 name : " PHPUnit tests"
12- runs-on : " ubuntu-20 .04"
12+ runs-on : " ubuntu-24 .04"
1313
1414 strategy :
1515 matrix :
2020
2121 steps :
2222 - name : " Checkout"
23- uses : " actions/checkout@v2 "
23+ uses : " actions/checkout@v4 "
2424 with :
2525 fetch-depth : 2
2626
3232 ini-values : " zend.assertions=1"
3333
3434 - name : " Cache dependencies installed with composer"
35- uses : " actions/cache@v2 "
35+ uses : " actions/cache@v4 "
3636 with :
3737 path : " ~/.composer/cache"
3838 key : " php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"
Original file line number Diff line number Diff line change 2020 ],
2121 "require" : {
2222 "php" : " >=8.1.0" ,
23- "symfony/framework-bundle" : " ^ 6.4|^ 7.0|^7.1 " ,
24- "symfony/property-access" : " ^ 6.4|^ 7.0|^7.1 " ,
25- "symfony/translation" : " ^ 6.4|^ 7.0|^7.1 " ,
26- "symfony/yaml" : " ^ 6.4|^ 7.0|^7.1 " ,
23+ "symfony/framework-bundle" : " ~ 6.4|~ 7.0" ,
24+ "symfony/property-access" : " ~ 6.4|~ 7.0" ,
25+ "symfony/translation" : " ~ 6.4|~ 7.0" ,
26+ "symfony/yaml" : " ~ 6.4|~ 7.0" ,
2727 "twig/twig" : " ^2.10|^3.0"
2828 },
2929 "require-dev" : {
3030 "mockery/mockery" : " ^1.3" ,
3131 "phpunit/php-code-coverage" : " 10.1.16" ,
3232 "phpunit/phpunit" : " 10.5.30" ,
33- "symfony/dependency-injection" : " ^ 6.4|^ 7.0|^7.1 " ,
33+ "symfony/dependency-injection" : " ~ 6.4|~ 7.0" ,
3434 "symfony/monolog-bundle" : " ^3.7"
3535 },
3636 "autoload" : {
You can’t perform that action at this time.
0 commit comments