File tree 1 file changed +5
-65
lines changed
1 file changed +5
-65
lines changed Original file line number Diff line number Diff line change @@ -15,69 +15,17 @@ jobs:
15
15
fail-fast : false
16
16
matrix :
17
17
extension :
18
- - apcu
19
- - bcmath
20
- - bz2
21
- - calendar
22
- - ctype
23
- - curl
24
- - dba
25
- - dom
26
- - exif
27
- - fileinfo
28
- - filter
29
- - ftp
30
- - gd
31
- - gmp
32
- - gettext
33
- - iconv
34
- - igbinary
35
- - imagick
36
- - intl
37
- - ldap
38
- - mbregex
39
- - mbstring
40
- - mysqli
41
- - mysqlnd
42
- - opcache
43
- - openssl
44
18
- parallel
45
- - pcntl
46
- - pdo
47
- - pdo_mysql
48
19
- pdo_pgsql
49
- - pdo_sqlite
50
20
- pgsql
51
- - phar
52
- - posix
53
- - protobuf
54
- - readline
55
- - redis
56
- - session
57
- - shmop
58
- - simplexml
59
- - soap
60
- - sockets
61
- - sodium
62
- - sqlite3
63
- - ssh2
64
- - sysvmsg
65
- - sysvsem
66
- - sysvshm
67
- - tidy
68
- - tokenizer
69
- - xlswriter
70
- - xml
71
- - xmlreader
72
- - xmlwriter
73
- - zip
74
- - zlib
75
- - yaml
76
- - zstd
77
21
php-version :
78
22
- " 8.4"
23
+ - " 8.3"
24
+ - " 8.2"
25
+ - " 8.1"
79
26
operating-system :
80
27
- " ubuntu-latest"
28
+ - " macos-14"
81
29
82
30
steps :
83
31
- name : " Checkout"
@@ -126,12 +74,4 @@ jobs:
126
74
- name : " Build library: ${{ matrix.library }}"
127
75
run : |
128
76
SPC_USE_SUDO=yes ./bin/spc doctor --auto-fix
129
- if [ "${{ env.OS }}" = "linux-x86_64" ]; then
130
- ./bin/spc install-pkg upx
131
- UPX=--with-upx-pack
132
- elif [ "${{ env.OS }}" = "linux-aarch64" ]; then
133
- ./bin/spc install-pkg upx
134
- UPX=--with-upx-pack
135
- fi
136
-
137
- ./bin/spc build --build-cli --build-micro ${{ matrix.extension }} -P tests/configure.php
77
+ ./bin/spc build --build-cli --build-micro ${{ matrix.extension }} -P tests/configure.php --debug --enable-zts
You can’t perform that action at this time.
0 commit comments