Skip to content

Commit 1cef57d

Browse files
committed
Enable PHP 8.1 version in Win builds
1 parent 2d90596 commit 1cef57d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828

2929
matrix:
30-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
30+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
3131
arch: ['x86', 'x64']
3232
build_type: ['ts', 'nts']
3333

@@ -62,6 +62,11 @@ jobs:
6262
vc_prefix: 'vs'
6363
os: windows-2019
6464

65+
- php: '8.1'
66+
vc_num: 16
67+
vc_prefix: 'vs'
68+
os: windows-2019
69+
6570
name: "PHP-${{ matrix.php }}-${{ matrix.build_type }}-win32-${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}"
6671
runs-on: ${{ matrix.os}}
6772

0 commit comments

Comments
 (0)