Skip to content

Commit

Permalink
bump swoole to v4.8.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Oct 11, 2022
1 parent 5be548a commit 683bd92
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
--env-file=${BUILDPACK}/support/build/_docker/env.default \
${{ matrix.stack }} deploy.sh --overwrite \
extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.11
extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.12
- name: Build openswoole extension
if: matrix.stack != 'heroku-22' || matrix.series >= 20210902
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
--env UPSTREAM_S3_BUCKET=lang-php \
--env UPSTREAM_S3_PREFIX=dist-${{ matrix.stack }}-stable/ \
--env-file=${BUILDPACK}/support/build/_docker/env.default \
${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.11
${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/swoole-4.8.12
- name: Build openswoole extension
if: matrix.stack != 'heroku-22' || matrix.series >= 20210902
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added [OpenSwoole](https://github.com/openswoole/swoole-src) v4.11.1
- Updated [Relay](https://github.com/cachewerk) to v0.4.6
- Updated PhpRedis to v5.3.7
- Updated Swoole to v4.8.11
- Updated Swoole to v4.8.12

## [1.2.5] - 2022-01-14
- Updated Swoole to v4.8.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ docker run --rm -ti --env-file=.env heroku-22 bob build extensions/no-debug-non-
docker run --rm -ti --env-file=.env heroku-22 bob build extensions/no-debug-non-zts-20200930/relay-0.4.6

# Build swoole
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/swoole-4.8.11
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/swoole-4.8.12

# Build openswoole
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/openswoole-4.11.1
Expand Down

0 comments on commit 683bd92

Please sign in to comment.