Skip to content

Commit fa4d809

Browse files
committedFeb 11, 2023
#15973 - Disable PHP8.2 for Win in matrix
1 parent a262ad0 commit fa4d809

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.github/workflows/main.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,11 @@ jobs:
107107
- { php: '8.0', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
108108
- { php: '8.1', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
109109
- { php: '8.1', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
110-
- { php: '8.2', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
111-
- { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
110+
# Most of the extensions wasn't compiled for PHP 8.2.
111+
# So it is not possible to test in this version, inside Windows OS.
112+
# List of .dlls - https://windows.php.net/downloads/pecl/releases/
113+
#- { php: '8.2', ts: 'ts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
114+
#- { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }
112115

113116
steps:
114117
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
Please sign in to comment.