Skip to content

Commit 0c8e33d

Browse files
committed
Upgrade swoole version to v5.1.4
1 parent f89a949 commit 0c8e33d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-swoole.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build Swoole
33
on: [ push ]
44
env:
55
ENGINE: 'swoole'
6-
SW_VERSION: 'v5.1.3'
6+
SW_VERSION: 'v5.1.4'
77
COMPOSER_VERSION: '2.7.7'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.env
2+
.idea

0 commit comments

Comments
 (0)