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 1538b1b commit 3e14ff2Copy full SHA for 3e14ff2
.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
@@ -65,5 +65,5 @@ jobs:
65
run: vendor/bin/phpunit --configuration tests/phpunit.xml --coverage-clover clover.xml
66
67
- name: Code Coverage
68
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
69
if: matrix.coverage != 'none'
0 commit comments