Skip to content

Commit b5348de

Browse files
committed
#116 - Add PHP 8.1 to unix builds matrix
1 parent 3fee124 commit b5348de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
fail-fast: false
223223

224224
matrix:
225-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
225+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
226226
arch: ['x64']
227227
build_type: ['nts']
228228
name:

0 commit comments

Comments
 (0)