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

Commit d6a4707

Browse files
authored
Merge pull request #5 from Slamdunk/php_81
Test against PHP 8.1
2 parents 0e06b2a + 277c206 commit d6a4707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/integrate.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
matrix:
6464
php-version:
6565
- "8.0"
66+
- "8.1"
6667

6768
steps:
6869
- name: "Checkout"
@@ -94,6 +95,7 @@ jobs:
9495
run: "vendor/bin/phpunit --coverage-clover=coverage.xml --coverage-xml=coverage/coverage-xml --log-junit=coverage/junit.xml"
9596

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

0 commit comments

Comments
 (0)