Skip to content

Commit

Permalink
bump openswoole to v4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tillkruss committed Oct 11, 2022
1 parent 683bd92 commit 252e8af
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 @@ -141,4 +141,4 @@ 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 }}/openswoole-4.11.1
extensions/no-debug-non-zts-${{ matrix.series }}/openswoole-4.12.0
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,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 }}/openswoole-4.11.1
${{ matrix.stack }} deploy.sh --overwrite extensions/no-debug-non-zts-${{ matrix.series }}/openswoole-4.12.0
mkrepo:
name: Make repository
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
- Added support for `heroku-22` stack
- Added [OpenSwoole](https://github.com/openswoole/swoole-src) v4.11.1
- Added [OpenSwoole](https://github.com/openswoole/swoole-src) v4.12.0
- Updated [Relay](https://github.com/cachewerk) to v0.4.6
- Updated PhpRedis to v5.3.7
- Updated Swoole to v4.8.12
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,5 @@ docker run --rm -ti --env-file=.env heroku-22 bob build extensions/no-debug-non-
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
docker run --rm -ti --env-file=.env heroku-20 bob build extensions/no-debug-non-zts-20200930/openswoole-4.12.0
```

0 comments on commit 252e8af

Please sign in to comment.