Skip to content

Commit 7ee6b62

Browse files
committed
:octocat: remove php7-windows builds from CI
1 parent c6c1f8f commit 7ee6b62

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,11 @@ jobs:
5353
strategy:
5454
fail-fast: false
5555
matrix:
56-
os: ["windows-2019", "windows-2022"]
57-
php: ["8.2", "8.1", "8.0"] # , "7.4", "7.3", "7.2", "7.1", "7.0"
56+
php: ["8.2", "8.1", "8.0"]
5857
arch: ["x64"] # , "x86"
5958
ts: ["ts"] # , "nts"
60-
exclude:
61-
- {os: "windows-2019", php: "8.2"}
62-
- {os: "windows-2019", php: "8.1"}
63-
- {os: "windows-2019", php: "8.0"}
64-
- {os: "windows-2019", php: "7.4"}
65-
- {os: "windows-2019", php: "7.3"}
66-
- {os: "windows-2022", php: "7.2"}
67-
- {os: "windows-2022", php: "7.1"}
68-
- {os: "windows-2022", php: "7.0"}
69-
70-
runs-on: ${{matrix.os}}
59+
60+
runs-on: windows-2022
7161

7262
steps:
7363
- name: "Checkout"
@@ -88,13 +78,15 @@ jobs:
8878
arch: ${{ matrix.arch }}
8979
toolset: ${{ steps.sdk.outputs.toolset }}
9080

91-
# Build
9281
- name: "phpize"
9382
run: phpize
83+
9484
- name: "configure build"
9585
run: configure --enable-xz --with-prefix=${{ steps.sdk.outputs.prefix }}
86+
9687
- name: "make"
9788
run: nmake
89+
9890
- name: "test"
9991
run: nmake test
10092

0 commit comments

Comments
 (0)