File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
jobs :
4
- arm :
5
- resource_class : arm.medium
4
+ build-php :
6
5
docker :
7
6
- image : cimg/base:current-22.04
8
7
- image : mysql:8.3
@@ -24,13 +23,14 @@ jobs:
24
23
PDO_MYSQL_TEST_PASS : ' '
25
24
PDO_MYSQL_TEST_USER : root
26
25
PDO_PGSQL_TEST_DSN : ' pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=postgres'
26
+
27
27
steps :
28
28
- checkout
29
+
29
30
- run :
30
- name : Install system dependencies (including true async + libuv)
31
+ name : Install build dependencies
31
32
command : |
32
- export DEBIAN_FRONTEND=noninteractive
33
- sudo apt-get update -y
33
+ sudo apt-get update
34
34
sudo apt-get install -y \
35
35
gcc \
36
36
g++ \
@@ -150,8 +150,7 @@ jobs:
150
150
--with-config-file-path=/etc \
151
151
--with-config-file-scan-dir=/etc/php.d \
152
152
--with-pdo-firebird \
153
- --enable-experimental-async-api \ # <-- PHP true async API support
154
- --enable-async \ # <-- PHP true async extension
153
+ --enable-async \
155
154
--disable-phpdbg
156
155
- run :
157
156
name : make
@@ -186,6 +185,7 @@ jobs:
186
185
--repeat 2
187
186
188
187
workflows :
189
- push-workflow :
188
+ version : 2
189
+ build :
190
190
jobs :
191
- - arm
191
+ - build-php
You can’t perform that action at this time.
0 commit comments