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.
2 parents db4969b + 54cc714 commit a7449a2Copy full SHA for a7449a2
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
code-analysis: 'yes'
28
steps:
29
- name: Checkout
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
31
32
- name: Setup PHP, with composer and extensions
33
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
@@ -66,5 +66,5 @@ jobs:
66
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
67
68
- name: Code Coverage
69
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
70
if: matrix.coverage != 'none'
0 commit comments