Skip to content

Commit

Permalink
Update to openswoole 22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed Nov 28, 2023
1 parent 934146a commit 3831d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
ci:
uses: shlinkio/github-actions/.github/workflows/php-lib-ci.yml@main
with:
extra-extensions: openswoole-22.0.0
extra-extensions: openswoole-22.1.0
secrets:
INFECTION_BADGE_API_KEY: ${{ secrets.INFECTION_BADGE_API_KEY }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM composer:2

ENV OPENSWOOLE_VERSION 22.0.0
ENV OPENSWOOLE_VERSION 22.1.0

RUN apk add --no-cache openssl openssl-dev linux-headers
RUN apk add --no-cache libpng-dev libpng libjpeg-turbo-dev libwebp-dev zlib-dev libxpm-dev
Expand Down

0 comments on commit 3831d48

Please sign in to comment.