Skip to content

Commit

Permalink
Merge pull request #11 from infection/support-php-8.1
Browse files Browse the repository at this point in the history
Support PHP 8.1
  • Loading branch information
maks-rafalko committed Oct 20, 2021
2 parents df02326 + c9e1e7e commit 7a0f08e
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 88 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 7a0f08e

Please sign in to comment.