Skip to content

Commit

Permalink
Merge pull request #10 from infection/support-php-8-1
Browse files Browse the repository at this point in the history
Add PHP 8.1 support
  • Loading branch information
maks-rafalko authored Oct 20, 2021
2 parents 035f028 + 6ddb662 commit 99c0da1
Show file tree
Hide file tree
Showing 2 changed files with 87 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-version: ['7.4', '8.0 ']
php-version: ['7.4', '8.0', '8.1']
coverage-driver: [pcov]

name: CI with PHP ${{ matrix.php-version }}, using ${{ matrix.coverage-driver }}
Expand Down
Loading

0 comments on commit 99c0da1

Please sign in to comment.