Skip to content

Commit

Permalink
CI: Run code coverage on PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Oct 28, 2021
1 parent 9a56c5b commit 36a62a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.4
php-version: 8.1
coverage: xdebug
- run: composer global require php-coveralls/php-coveralls
- name: Build
Expand Down

0 comments on commit 36a62a2

Please sign in to comment.