File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : ubuntu-24.04
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Setup PHP
1414 uses : shivammathur/setup-php@v2
1515 - name : Validate composer.json
@@ -19,15 +19,15 @@ jobs:
1919 name : PHP-CS-Fixer
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 - name : Fix CS
2424 uses : docker://oskarstark/php-cs-fixer-ga
2525 twig-cs-fixer :
2626 runs-on : ubuntu-24.04
2727 name : Twig-CS-Fixer
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 - name : Require the vendor
3232 run : composer require --dev --no-update vincentlanglet/twig-cs-fixer ^3.5
3333 - name : Update
5252 - description : ' No Symfony specified'
5353 php : ' 8.4'
5454 max_deprecations : 0
55+ - description : ' No Symfony specified'
56+ php : ' 8.5'
57+ max_deprecations : 0
5558 - description : ' Lowest deps'
5659 php : ' 8.1'
5760 composer_option : ' --prefer-lowest'
6770 name : PHP ${{ matrix.php }} tests (${{ matrix.description }})
6871 steps :
6972 - name : Checkout
70- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7174 - name : Cache
7275 uses : actions/cache@v4
7376 with :
9295 name : PHPStan
9396 steps :
9497 - name : Checkout
95- uses : actions/checkout@v4
98+ uses : actions/checkout@v5
9699 - name : Setup PHP
97100 uses : shivammathur/setup-php@v2
98101 with :
You can’t perform that action at this time.
0 commit comments