We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed697a2 commit bd760aeCopy full SHA for bd760ae
1 file changed
.github/workflows/main.yml
@@ -31,19 +31,19 @@ jobs:
31
32
matrix:
33
include:
34
- - name: win2016-php74-nts-x64-vc15
35
- os: windows-2016
36
- php: '7.4'
+ - name: win2022-php82-nts-x64-vs16
+ os: windows-2022
+ php: '8.2'
37
ts: 'nts'
38
arch: 'x64'
39
- msvc: 'vc15'
+ msvc: 'vs16'
40
41
- - name: win2019-php80-nts-x64-vs16
42
- os: windows-2019
43
- php: '8.0'
+ - name: win2022-php84-nts-x64-vs17
+ php: '8.4'
44
45
46
- msvc: 'vs16'
+ msvc: 'vs17'
47
48
steps:
49
- name: Setup PHP
0 commit comments