Skip to content

Commit

Permalink
Upgrade swoole version to v5.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Aug 23, 2024
1 parent f89a949 commit 0c8e33d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Swoole
on: [ push ]
env:
ENGINE: 'swoole'
SW_VERSION: 'v5.1.3'
SW_VERSION: 'v5.1.4'
COMPOSER_VERSION: '2.7.7'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.env
.idea

0 comments on commit 0c8e33d

Please sign in to comment.