Skip to content

Commit

Permalink
Support for PHP 8.3 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
zingimmick authored Oct 30, 2023
1 parent d5f51a8 commit af622b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: ['8.0', 8.1, 8.2]
php: ['8.0', 8.1, 8.2, 8.3]
stability: [lowest, highest]
mock: [true]
include:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
run: composer run-script test:phpunit -- --coverage-clover coverage.xml

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
continue-on-error: true
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit af622b2

Please sign in to comment.