Skip to content

Commit

Permalink
Update main.yml (#22)
Browse files Browse the repository at this point in the history
* Update main.yml

* Update main.yml
  • Loading branch information
geoffreyrose authored Oct 18, 2023
1 parent aea4a7a commit 78d4ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
coverage: 'true'
phpunit-version: '9'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
Expand All @@ -38,6 +38,6 @@ jobs:
run: ./vendor/bin/phpunit
- name: Codecov
if: ${{ matrix.coverage == 'true' }}
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./build/logs/clover.xml

0 comments on commit 78d4ebc

Please sign in to comment.