Skip to content

Commit bc668bc

Browse files
committed
build: remove support for PHP8.0
1 parent e7df1b0 commit bc668bc

File tree

1 file changed

+61
-61
lines changed

1 file changed

+61
-61
lines changed

.github/workflows/cross-compile.yml

+61-61
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,6 @@ jobs:
1515
strategy:
1616
matrix:
1717
include:
18-
# Linux x64 - PHP8.0 - NTS
19-
- build: x86_64-unknown-linux-gnu
20-
os: ubuntu-latest
21-
target: x86_64-unknown-linux-gnu
22-
php-versions: '8.0'
23-
phpts: 'nts'
24-
2518
# Linux x64 - PHP8.1 - NTS
2619
- build: x86_64-unknown-linux-gnu
2720
os: ubuntu-latest
@@ -43,33 +36,14 @@ jobs:
4336
php-versions: '8.3'
4437
phpts: 'nts'
4538

46-
# -------------------------- Start BETA MacOS 14 --------------------------
47-
48-
# Macos x64 - PHP8.0 - NTS
49-
- build: x86_64-apple-darwin-macos-14
50-
os: macos-latest-large
51-
target: x86_64-apple-darwin
52-
php-versions: '8.0'
53-
phpts: 'nts'
54-
55-
- build: aarch64-apple-darwin-macos-14
56-
os: macos-latest
57-
target: aarch64-apple-darwin
58-
php-versions: '8.0'
39+
# Linux x64 - PHP8.4 - NTS
40+
- build: x86_64-unknown-linux-gnu
41+
os: ubuntu-latest
42+
target: x86_64-unknown-linux-gnu
43+
php-versions: '8.4'
5944
phpts: 'nts'
60-
61-
# Macos x64 - PHP8.0 - TS
62-
- build: x86_64-apple-darwin-macos-14
63-
os: macos-latest-large
64-
target: x86_64-apple-darwin
65-
php-versions: '8.0'
66-
phpts: 'ts'
67-
68-
- build: aarch64-apple-darwin-macos-14
69-
os: macos-latest
70-
target: aarch64-apple-darwin
71-
php-versions: '8.0'
72-
phpts: 'ts'
45+
46+
# -------------------------- Start BETA MacOS 14 --------------------------
7347

7448
# Macos x64 - PHP8.1 - NTS
7549
- build: x86_64-apple-darwin-macos-14
@@ -149,35 +123,35 @@ jobs:
149123
php-versions: '8.3'
150124
phpts: 'ts'
151125

152-
# -------------------------- End BETA MacOS 14 --------------------------
153-
154-
# -------------------------- Start BETA MacOS 15 --------------------------
155-
156-
# Macos x64 - PHP8.0 - NTS
157-
- build: x86_64-apple-darwin-macos-15-beta
158-
os: macos-15-large
126+
# Macos x64 - PHP8.4 - NTS
127+
- build: x86_64-apple-darwin-macos-14
128+
os: macos-latest-large
159129
target: x86_64-apple-darwin
160-
php-versions: '8.0'
130+
php-versions: '8.4'
161131
phpts: 'nts'
162132

163-
- build: aarch64-apple-darwin-macos-15-beta
164-
os: macos-15
133+
- build: aarch64-apple-darwin-macos-14
134+
os: macos-latest
165135
target: aarch64-apple-darwin
166-
php-versions: '8.0'
136+
php-versions: '8.4'
167137
phpts: 'nts'
168138

169-
# Macos x64 - PHP8.0 - TS
170-
- build: x86_64-apple-darwin-macos-15-beta
171-
os: macos-15-large
139+
# Macos x64 - PHP8.4 - TS
140+
- build: x86_64-apple-darwin-macos-14
141+
os: macos-latest-large
172142
target: x86_64-apple-darwin
173-
php-versions: '8.0'
143+
php-versions: '8.4'
174144
phpts: 'ts'
175145

176-
- build: aarch64-apple-darwin-macos-15-beta
177-
os: macos-15
146+
- build: aarch64-apple-darwin-macos-14
147+
os: macos-latest
178148
target: aarch64-apple-darwin
179-
php-versions: '8.0'
149+
php-versions: '8.4'
180150
phpts: 'ts'
151+
152+
# -------------------------- End BETA MacOS 14 --------------------------
153+
154+
# -------------------------- Start BETA MacOS 15 --------------------------
181155

182156
# Macos x64 - PHP8.1 - NTS
183157
- build: x86_64-apple-darwin-macos-15-beta
@@ -256,15 +230,34 @@ jobs:
256230
target: aarch64-apple-darwin
257231
php-versions: '8.3'
258232
phpts: 'ts'
259-
260-
# -------------------------- End BETA MacOS 15 --------------------------
261233

262-
# Windows x64 - PHP8.0 - NTS
263-
- build: x86_64-pc-windows-msvc
264-
os: windows-2019
265-
target: x86_64-pc-windows-msvc
266-
php-versions: '8.0'
234+
# Macos x64 - PHP8.4 - NTS
235+
- build: x86_64-apple-darwin-macos-15-beta
236+
os: macos-15-large
237+
target: x86_64-apple-darwin
238+
php-versions: '8.4'
267239
phpts: 'nts'
240+
241+
- build: aarch64-apple-darwin-macos-15-beta
242+
os: macos-15
243+
target: aarch64-apple-darwin
244+
php-versions: '8.4'
245+
phpts: 'nts'
246+
247+
# Macos x64 - PHP8.4 - TS
248+
- build: x86_64-apple-darwin-macos-15-beta
249+
os: macos-15-large
250+
target: x86_64-apple-darwin
251+
php-versions: '8.4'
252+
phpts: 'ts'
253+
254+
- build: aarch64-apple-darwin-macos-15-beta
255+
os: macos-15
256+
target: aarch64-apple-darwin
257+
php-versions: '8.4'
258+
phpts: 'ts'
259+
260+
# -------------------------- End BETA MacOS 15 --------------------------
268261

269262
# Windows x64 - PHP8.1 - NTS
270263
- build: x86_64-pc-windows-msvc
@@ -287,12 +280,12 @@ jobs:
287280
php-versions: '8.3'
288281
phpts: 'nts'
289282

290-
# Windows x64 - PHP8.0 - TS
283+
# Windows x64 - PHP8.4 - NTS
291284
- build: x86_64-pc-windows-msvc
292285
os: windows-2019
293286
target: x86_64-pc-windows-msvc
294-
php-versions: '8.0'
295-
phpts: 'ts'
287+
php-versions: '8.4'
288+
phpts: 'nts'
296289

297290
# Windows x64 - PHP8.1 - TS
298291
- build: x86_64-pc-windows-msvc
@@ -315,6 +308,13 @@ jobs:
315308
php-versions: '8.3'
316309
phpts: 'ts'
317310

311+
# Windows x64 - PHP8.4 - TS
312+
- build: x86_64-pc-windows-msvc
313+
os: windows-2019
314+
target: x86_64-pc-windows-msvc
315+
php-versions: '8.4'
316+
phpts: 'ts'
317+
318318
steps:
319319
- name: Checkout
320320
uses: actions/checkout@v3

0 commit comments

Comments
 (0)