Skip to content

Commit 7489080

Browse files
committed
bump to redis 5.3.5; igbinary 3.2.7; swoole 4.8.6
1 parent 8d9bb78 commit 7489080

File tree

15 files changed

+9
-9
lines changed

15 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
7878
--env-file=${BUILDPACK}/support/build/_docker/env.default \
7979
${{ 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
8181
8282
- name: Build msgpack extension
8383
shell: 'script -q -e -c "bash {0}"'
@@ -97,7 +97,7 @@ jobs:
9797
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
9898
--env-file=${BUILDPACK}/support/build/_docker/env.default \
9999
${{ 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
101101
102102
- name: Build relay extension
103103
shell: 'script -q -e -c "bash {0}"'
@@ -118,4 +118,4 @@ jobs:
118118
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
119119
--env-file=${BUILDPACK}/support/build/_docker/env.default \
120120
${{ 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

.github/workflows/pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
--env UPSTREAM_S3_BUCKET=lang-php \
7575
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
7676
--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
7878
7979
- name: Build msgpack extension
8080
shell: 'script -q -e -c "bash {0}"'
@@ -92,7 +92,7 @@ jobs:
9292
--env UPSTREAM_S3_BUCKET=lang-php \
9393
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
9494
--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
9696
9797
- name: Build relay extension
9898
shell: 'script -q -e -c "bash {0}"'
@@ -111,7 +111,7 @@ jobs:
111111
--env UPSTREAM_S3_BUCKET=lang-php \
112112
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
113113
--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
115115
116116
mkrepo:
117117
name: Make repository

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,17 +88,17 @@ 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.6
91+
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/igbinary-3.2.7
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
9595

9696
# 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
9898

9999
# Build relay
100100
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/relay-0.2.2
101101

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

0 commit comments

Comments
 (0)