Skip to content

Commit 58a2056

Browse files
committed
relay 0.2.0; igbinary 3.2.6; swoole 4.8.0
1 parent 8b0b731 commit 58a2056

File tree

11 files changed

+14
-9
lines changed

11 files changed

+14
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
7777
--env-file=${BUILDPACK}/support/build/_docker/env.default \
7878
${{ 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
8080
8181
- name: Build msgpack extension
8282
shell: 'script -q -e -c "bash {0}"'
@@ -107,7 +107,7 @@ jobs:
107107
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
108108
--env-file=${BUILDPACK}/support/build/_docker/env.default \
109109
${{ 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
111111
112112
- name: Build swoole extension
113113
shell: 'script -q -e -c "bash {0}"'
@@ -117,4 +117,4 @@ jobs:
117117
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
118118
--env-file=${BUILDPACK}/support/build/_docker/env.default \
119119
${{ 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

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
--env UPSTREAM_S3_BUCKET=lang-php \
7474
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
7575
--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
7777
7878
- name: Build msgpack extension
7979
shell: 'script -q -e -c "bash {0}"'
@@ -101,7 +101,7 @@ jobs:
101101
--env UPSTREAM_S3_BUCKET=lang-php \
102102
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
103103
--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
105105
106106
- name: Build swoole extension
107107
shell: 'script -q -e -c "bash {0}"'
@@ -110,7 +110,7 @@ jobs:
110110
--env UPSTREAM_S3_BUCKET=lang-php \
111111
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
112112
--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
114114
115115
mkrepo:
116116
name: Make repository

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

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+
813
## [1.2.2] - 2021-06-23
914
- Updated Relay to v0.1.1
1015
- Updated igbinary to v3.2.3

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ docker run --rm -ti --env-file=.env heroku-20 bob build --overwrite libraries/lz
8888
docker run --rm -ti --env-file=.env heroku-20 bob build --overwrite libraries/zstd-1.4.9
8989

9090
# 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
9292

9393
# Build msgpack
9494
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-
9797
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/redis-5.3.4
9898

9999
# 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
101101

102102
# 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
104104
```

0 commit comments

Comments
 (0)