Skip to content

Commit 7993289

Browse files
build: fix missing TS linux binary
1 parent 8c521eb commit 7993289

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/workflows/cross-compile.yml

+28
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,34 @@ jobs:
4242
target: x86_64-unknown-linux-gnu
4343
php-versions: '8.4'
4444
phpts: 'nts'
45+
46+
# Linux x64 - PHP8.1 - TS
47+
- build: x86_64-unknown-linux-gnu
48+
os: ubuntu-latest
49+
target: x86_64-unknown-linux-gnu
50+
php-versions: '8.1'
51+
phpts: 'ts'
52+
53+
# Linux x64 - PHP8.2 - TS
54+
- build: x86_64-unknown-linux-gnu
55+
os: ubuntu-latest
56+
target: x86_64-unknown-linux-gnu
57+
php-versions: '8.2'
58+
phpts: 'ts'
59+
60+
# Linux x64 - PHP8.3 - TS
61+
- build: x86_64-unknown-linux-gnu
62+
os: ubuntu-latest
63+
target: x86_64-unknown-linux-gnu
64+
php-versions: '8.3'
65+
phpts: 'ts'
66+
67+
# Linux x64 - PHP8.4 - TS
68+
- build: x86_64-unknown-linux-gnu
69+
os: ubuntu-latest
70+
target: x86_64-unknown-linux-gnu
71+
php-versions: '8.4'
72+
phpts: 'ts'
4573

4674
# -------------------------- Start BETA MacOS 14 --------------------------
4775

0 commit comments

Comments
 (0)