Skip to content

Commit

Permalink
CI: use PHP 8.2 for codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
aldas committed May 5, 2023
1 parent 9aa9ef9 commit e8b5ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: composer test-ci

- name: Upload coverage to Codecov
if: matrix.php-version == '8.1' && matrix.operating-system == 'ubuntu-latest'
if: matrix.php-version == '8.2' && matrix.operating-system == 'ubuntu-latest'
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit e8b5ede

Please sign in to comment.