Skip to content

Commit

Permalink
chore(ci): upgrade to v5-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Nov 13, 2024
1 parent 6e205e5 commit 567e61e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v5.0.0-beta
- name: Set up php 8.1
uses: shivammathur/setup-php@v2
with:
Expand All @@ -15,6 +15,6 @@ jobs:
- name: Run tests and collect coverage
run: vendor/bin/phpunit --coverage-clover coverage.xml .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5.0.0-beta
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_ORG_TOKEN }}

0 comments on commit 567e61e

Please sign in to comment.