File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : " Checkout"
38- uses : actions/checkout@v5
38+ uses : actions/checkout@v6
3939
4040 - name : " Install PHP"
4141 uses : shivammathur/setup-php@v2
4949 run : composer validate --ansi --strict
5050
5151 - name : " Install dependencies with composer"
52- uses : ramsey/composer-install@v3
52+ uses : ramsey/composer-install@v4
5353
5454 - name : " Run PHP_CodeSniffer"
5555 run : php vendor/bin/phpcs -v
7878
7979 steps :
8080 - name : " Checkout"
81- uses : actions/checkout@v5
81+ uses : actions/checkout@v6
8282
8383 - name : " Install PHP with extensions"
8484 uses : shivammathur/setup-php@v2
@@ -89,13 +89,13 @@ jobs:
8989 coverage : pcov
9090
9191 - name : " Install dependencies with composer"
92- uses : ramsey/composer-install@v3
92+ uses : ramsey/composer-install@v4
9393
9494 - name : " Run tests with phpunit"
9595 run : php vendor/bin/phpunit --colors=always --configuration=phpunit.xml.dist
9696
9797 - name : " Send code coverage report to Codecov.io"
98- uses : codecov/codecov-action@v5
98+ uses : codecov/codecov-action@v6
9999 with :
100100 token : ${{ secrets.CODECOV_TOKEN }}
101101 files : .build/coverage/clover.xml
You can’t perform that action at this time.
0 commit comments