Skip to content

Commit

Permalink
#116 - Add PHP 8.1 to unix builds matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 11, 2021
1 parent 3fee124 commit b5348de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ jobs:
fail-fast: false

matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
arch: ['x64']
build_type: ['nts']
name:
Expand Down

0 comments on commit b5348de

Please sign in to comment.