Skip to content

Commit

Permalink
Add PHP 8.1 to the unit testing target
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Feb 24, 2022
1 parent bcbc6b8 commit d8110f8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- "7.3"
- "7.4"
- "8.0"
- "8.1"
composer-opts:
- ""
- --prefer-lowest --prefer-stable
Expand Down Expand Up @@ -73,4 +74,4 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
composer global require php-coveralls/php-coveralls
php-coveralls --coverage_clover=build/logs/clover.xml -v
php-coveralls --coverage_clover=build/logs/clover.xml -v

0 comments on commit d8110f8

Please sign in to comment.