Skip to content

Commit

Permalink
Enforce platform compatibility for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lcobucci committed Feb 20, 2022
1 parent fc362a4 commit d364769
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- "development"
php-version:
- "8.0"
- "8.1"
operating-system:
- "ubuntu-latest"

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

Expand Down

0 comments on commit d364769

Please sign in to comment.