We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e374a96 commit cf57613Copy full SHA for cf57613
.github/workflows/Test.yml
@@ -27,10 +27,10 @@ jobs:
27
28
steps:
29
- name: Git checkout
30
- uses: actions/checkout@v2.4.2
+ uses: actions/checkout@v3
31
32
- name: Setup PHP
33
- uses: shivammathur/setup-php@2.21.2
+ uses: shivammathur/setup-php@v2
34
with:
35
php-version: ${{ matrix.php }}
36
extensions: json
@@ -51,4 +51,4 @@ jobs:
51
run: composer test -- -v --coverage-clover=coverage.xml
52
53
- name: Run codecov
54
- uses: codecov/codecov-action@v3.1.1
+ uses: codecov/codecov-action@v3
0 commit comments