Skip to content

Commit cf57613

Browse files
authored
Update Test.yml
1 parent e374a96 commit cf57613

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/Test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727

2828
steps:
2929
- name: Git checkout
30-
uses: actions/checkout@v2.4.2
30+
uses: actions/checkout@v3
3131

3232
- name: Setup PHP
33-
uses: shivammathur/setup-php@2.21.2
33+
uses: shivammathur/setup-php@v2
3434
with:
3535
php-version: ${{ matrix.php }}
3636
extensions: json
@@ -51,4 +51,4 @@ jobs:
5151
run: composer test -- -v --coverage-clover=coverage.xml
5252

5353
- name: Run codecov
54-
uses: codecov/codecov-action@v3.1.1
54+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)