Skip to content

Commit 56cb8d1

Browse files
committed
Update PHP versions in Windows CI, remove appveyor
1 parent 47e2752 commit 56cb8d1

File tree

4 files changed

+2
-374
lines changed

4 files changed

+2
-374
lines changed

.ci/appveyor.psm1

Lines changed: 0 additions & 282 deletions
This file was deleted.

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- master
77
- develop
8-
- github-actions
9-
- ci
108
pull_request:
119
branches:
1210
- master

.github/workflows/windows.yml

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
branches:
66
- master
77
- develop
8-
- dev-1.x
9-
- github-actions
10-
- ci
11-
- windows
128
pull_request:
139
branches:
1410
- master
@@ -23,21 +19,9 @@ jobs:
2319
fail-fast: false
2420
matrix:
2521
operating-system: [windows-latest]
26-
php-versions: ["7.4", "8.0", "8.1"]
22+
php-versions: ["8.1", "8.2", "8.3"]
2723
ts: [ts, nts]
28-
include:
29-
- php-versions: "7.4"
30-
vc_num: "vc15"
31-
arch: x64
32-
build_type: Win32
33-
- php-versions: "8.0"
34-
vc_num: "vs16"
35-
arch: x64
36-
build_type: Win32
37-
- php-versions: "8.1"
38-
vc_num: "vs16"
39-
arch: x64
40-
build_type: Win32
24+
vc_num: ["vs16"]
4125

4226
steps:
4327
- name: Disable Git autocrlf

appveyor.yml

Lines changed: 0 additions & 72 deletions
This file was deleted.

0 commit comments

Comments
 (0)