Skip to content

Commit

Permalink
Ensure compatibility with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Oct 31, 2021
1 parent e83a4b6 commit 527753a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Expand Up @@ -19,6 +19,7 @@ jobs:
- "development"
php-version:
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

Expand Down Expand Up @@ -73,7 +74,6 @@ jobs:
dependencies:
- "locked"
php-version:
- "8.1"
- "8.2"
operating-system:
- "ubuntu-latest"
Expand Down

0 comments on commit 527753a

Please sign in to comment.