File tree Expand file tree Collapse file tree 15 files changed +9
-9
lines changed
no-debug-non-zts-20180731
no-debug-non-zts-20190902
no-debug-non-zts-20200930
no-debug-non-zts-20210902 Expand file tree Collapse file tree 15 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 77
77
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
78
78
--env-file=${BUILDPACK}/support/build/_docker/env.default \
79
79
${{ matrix.stack }} deploy.sh --overwrite \
80
- extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.6
80
+ extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.7
81
81
82
82
- name : Build msgpack extension
83
83
shell : ' script -q -e -c "bash {0}"'
97
97
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
98
98
--env-file=${BUILDPACK}/support/build/_docker/env.default \
99
99
${{ matrix.stack }} deploy.sh --overwrite \
100
- extensions/no-debug-non-zts-${{ matrix.series }}/redis-5.3.4
100
+ extensions/no-debug-non-zts-${{ matrix.series }}/redis-5.3.5
101
101
102
102
- name : Build relay extension
103
103
shell : ' script -q -e -c "bash {0}"'
@@ -118,4 +118,4 @@ jobs:
118
118
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
119
119
--env-file=${BUILDPACK}/support/build/_docker/env.default \
120
120
${{ matrix.stack }} deploy.sh --overwrite \
121
- extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.3
121
+ extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.6
Original file line number Diff line number Diff line change 74
74
--env UPSTREAM_S3_BUCKET=lang-php \
75
75
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
76
76
--env-file=${BUILDPACK}/support/build/_docker/env.default \
77
- ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.6
77
+ ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.7
78
78
79
79
- name : Build msgpack extension
80
80
shell : ' script -q -e -c "bash {0}"'
92
92
--env UPSTREAM_S3_BUCKET=lang-php \
93
93
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
94
94
--env-file=${BUILDPACK}/support/build/_docker/env.default \
95
- ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/redis-5.3.4
95
+ ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/redis-5.3.5
96
96
97
97
- name : Build relay extension
98
98
shell : ' script -q -e -c "bash {0}"'
@@ -111,7 +111,7 @@ jobs:
111
111
--env UPSTREAM_S3_BUCKET=lang-php \
112
112
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
113
113
--env-file=${BUILDPACK}/support/build/_docker/env.default \
114
- ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.3
114
+ ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.6
115
115
116
116
mkrepo :
117
117
name : Make repository
Original file line number Diff line number Diff line change @@ -88,17 +88,17 @@ docker run --rm -ti --env-file=.env heroku-20 bob build --overwrite libraries/lz
88
88
docker run --rm -ti --env-file=.env heroku-20 bob build --overwrite libraries/zstd-1.4.9
89
89
90
90
# Build igbinary
91
- docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/igbinary-3.2.6
91
+ docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/igbinary-3.2.7
92
92
93
93
# Build msgpack
94
94
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/msgpack-2.1.2
95
95
96
96
# Build phpredis
97
- docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/redis-5.3.4
97
+ docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/redis-5.3.5
98
98
99
99
# Build relay
100
100
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/relay-0.2.2
101
101
102
102
# Build swoole
103
- docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/swoole-4.8.3
103
+ docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/swoole-4.8.6
104
104
```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments