Skip to content

Commit

Permalink
fix(ci): do not support openswoole 22 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Rastusik committed Feb 6, 2023
1 parent 7a568c7 commit 8cf9cd6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ aliases:
echo "export TAG='$TAG'" >> $BASH_ENV
if [ "latest" = "$SWOOLE_VERSION" ]; then
LATEST_SWOOLE_VERSION="$(wget -q -O /dev/stdout https://api.github.com/repos/openswoole/swoole-src/releases/latest | grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1/')"
# LATEST_SWOOLE_VERSION="$(wget -q -O /dev/stdout https://api.github.com/repos/openswoole/swoole-src/releases/latest | grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1/')"
LATEST_SWOOLE_VERSION=4.12.1
echo "LATEST_SWOOLE_VERSION=$LATEST_SWOOLE_VERSION"
echo "export SWOOLE_VERSION='$LATEST_SWOOLE_VERSION'" >> $BASH_ENV
fi;
Expand Down

0 comments on commit 8cf9cd6

Please sign in to comment.