Skip to content

Commit bee5d15

Browse files
committed
Revert "#110 - Add PHP 8.1"
This reverts commit 8ee7d58.
1 parent 8ee7d58 commit bee5d15

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 6 deletions
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', '8.1']
30+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
3131
arch: ['x86', 'x64']
3232
build_type: ['ts', 'nts']
3333

@@ -62,11 +62,6 @@ 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-
7065
name: "PHP-${{ matrix.php }}-${{ matrix.build_type }}-win32-${{ matrix.vc_prefix }}${{ matrix.vc_num }}-${{ matrix.arch }}"
7166
runs-on: ${{ matrix.os}}
7267

0 commit comments

Comments
 (0)