Skip to content

Commit

Permalink
Run tests on PHP 8.1 too (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati authored Jan 13, 2022
1 parent afb7143 commit dd16fc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
- "7.2"
- "7.3"
- "7.4"
- '8.0'
- "8.0"
- "8.1"
include:
- os: windows-latest
php-version: "5.5"
Expand Down

0 comments on commit dd16fc8

Please sign in to comment.