Skip to content

Commit

Permalink
Bump GitHuba ctions
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Dec 7, 2022
1 parent 4e987ba commit bc63923
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -30,7 +30,7 @@ jobs:
php-versions: ['7.4', '8.0', '8.1', '8.2']
runs-on: ${{ matrix.operating-system }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand All @@ -57,6 +57,6 @@ jobs:
run: vendor/bin/phpunit --coverage-clover clover.xml

- name: Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./clover.xml

0 comments on commit bc63923

Please sign in to comment.