Skip to content

Commit 8f003dd

Browse files
committed
:octocat: CI update
1 parent 109c012 commit 8f003dd

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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
@@ -49,7 +49,7 @@ jobs:
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
@@ -78,7 +78,7 @@ jobs:
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

0 commit comments

Comments
 (0)