Skip to content

Commit bd760ae

Browse files
committed
Updated PHP versions and Windows OS in CI configuration
1 parent ed697a2 commit bd760ae

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,19 +31,19 @@ jobs:
3131

3232
matrix:
3333
include:
34-
- name: win2016-php74-nts-x64-vc15
35-
os: windows-2016
36-
php: '7.4'
34+
- name: win2022-php82-nts-x64-vs16
35+
os: windows-2022
36+
php: '8.2'
3737
ts: 'nts'
3838
arch: 'x64'
39-
msvc: 'vc15'
39+
msvc: 'vs16'
4040

41-
- name: win2019-php80-nts-x64-vs16
42-
os: windows-2019
43-
php: '8.0'
41+
- name: win2022-php84-nts-x64-vs17
42+
os: windows-2022
43+
php: '8.4'
4444
ts: 'nts'
4545
arch: 'x64'
46-
msvc: 'vs16'
46+
msvc: 'vs17'
4747

4848
steps:
4949
- name: Setup PHP

0 commit comments

Comments
 (0)