File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,17 +18,22 @@ jobs:
1818 - ' 8.1'
1919 - ' 8.2'
2020 - ' 8.3'
21+ - ' 8.4'
22+ - ' 8.5'
2123 symfony-versions : [false]
2224 include :
23- - description : ' Symfony 6.* '
25+ - description : ' Symfony 6.4 LTS '
2426 php : ' 8.2'
2527 symfony-versions : ' ^6.4'
28+ - description : ' Symfony 7.4 LTS'
29+ php : ' 8.4'
30+ symfony-versions : ' ^7.4'
2631 name : PHP ${{ matrix.php }} ${{ matrix.description }}
2732 steps :
2833 - name : Checkout
29- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3035
31- - uses : actions/cache@v4
36+ - uses : actions/cache@v5
3237 with :
3338 path : ~/.composer/cache/files
3439 key : composer-${{ matrix.php }}-${{ matrix.symfony-versions }}-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v6
1515
1616 - name : Validate
1717 run : composer validate --no-check-lock --strict
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v6
2525
2626 - name : Setup PHP
2727 uses : shivammathur/setup-php@v2
3232 run : composer install
3333
3434 - name : Run script
35- run : vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
35+ run : vendor/bin/php-cs-fixer check --verbose --diff
You can’t perform that action at this time.
0 commit comments