Skip to content

Commit

Permalink
Test PHP 8.1 (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle authored Nov 24, 2021
1 parent 93b9326 commit 487b73e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
php: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4, 8.0, 8.1]

name: PHP:${{ matrix.php }}

Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls "^1.0"
coveralls --coverage_clover=tests/logs/clover.xml -v
coveralls --coverage_clover=tests/logs/clover.xml -v

0 comments on commit 487b73e

Please sign in to comment.