Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from Slamdunk/php_81
Browse files Browse the repository at this point in the history
Test against PHP 8.1
  • Loading branch information
Slamdunk authored Nov 10, 2021
2 parents 0e06b2a + 277c206 commit d6a4707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
matrix:
php-version:
- "8.0"
- "8.1"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -94,6 +95,7 @@ jobs:
run: "vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-xml=coverage/coverage-xml --log-junit=coverage/junit.xml"

- name: "Send code coverage report to Codecov.io"
if: ${{ matrix.php-version == '8.0' }}
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit d6a4707

Please sign in to comment.