File tree Expand file tree Collapse file tree 11 files changed +14
-9
lines changed
no-debug-non-zts-20180731
no-debug-non-zts-20190902
no-debug-non-zts-20200930 Expand file tree Collapse file tree 11 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 76
76
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
77
77
--env-file=${BUILDPACK}/support/build/_docker/env.default \
78
78
${{ matrix.stack }} deploy.sh --overwrite \
79
- extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.3
79
+ extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.6
80
80
81
81
- name : Build msgpack extension
82
82
shell : ' script -q -e -c "bash {0}"'
@@ -107,7 +107,7 @@ jobs:
107
107
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
108
108
--env-file=${BUILDPACK}/support/build/_docker/env.default \
109
109
${{ matrix.stack }} deploy.sh --overwrite \
110
- extensions/no-debug-non-zts-${{ matrix.series }}/relay-0.1.1
110
+ extensions/no-debug-non-zts-${{ matrix.series }}/relay-0.2.0
111
111
112
112
- name : Build swoole extension
113
113
shell : ' script -q -e -c "bash {0}"'
@@ -117,4 +117,4 @@ jobs:
117
117
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
118
118
--env-file=${BUILDPACK}/support/build/_docker/env.default \
119
119
${{ matrix.stack }} deploy.sh --overwrite \
120
- extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.6.7
120
+ extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.0
Original file line number Diff line number Diff line change 73
73
--env UPSTREAM_S3_BUCKET=lang-php \
74
74
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
75
75
--env-file=${BUILDPACK}/support/build/_docker/env.default \
76
- ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.3
76
+ ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/igbinary-3.2.6
77
77
78
78
- name : Build msgpack extension
79
79
shell : ' script -q -e -c "bash {0}"'
@@ -101,7 +101,7 @@ jobs:
101
101
--env UPSTREAM_S3_BUCKET=lang-php \
102
102
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
103
103
--env-file=${BUILDPACK}/support/build/_docker/env.default \
104
- ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/relay-0.1.1
104
+ ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/relay-0.2.0
105
105
106
106
- name : Build swoole extension
107
107
shell : ' script -q -e -c "bash {0}"'
@@ -110,7 +110,7 @@ jobs:
110
110
--env UPSTREAM_S3_BUCKET=lang-php \
111
111
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
112
112
--env-file=${BUILDPACK}/support/build/_docker/env.default \
113
- ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.6.7
113
+ ${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.0
114
114
115
115
mkrepo :
116
116
name : Make repository
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.2.3] - 2021-10-26
9
+ - Updated [ Relay] ( https://relaycache.com ) to v0.2.0
10
+ - Updated igbinary to v3.2.6
11
+ - Updated Swoole to v4.8.0
12
+
8
13
## [ 1.2.2] - 2021-06-23
9
14
- Updated Relay to v0.1.1
10
15
- Updated igbinary to v3.2.3
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ 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.3
91
+ docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/igbinary-3.2.6
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
@@ -97,8 +97,8 @@ docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-
97
97
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/redis-5.3.4
98
98
99
99
# Build relay
100
- docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/relay-0.1.1
100
+ docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/relay-0.2.0
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.6.7
103
+ docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/swoole-4.8.0
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.
You can’t perform that action at this time.
0 commit comments