Skip to content

Commit ff55ca1

Browse files
committed
Upgrade Swoole version to v6.1.1
- Updated SW_VERSION from v6.1.0 to v6.1.1 in build-swoole.yml - Keeping Composer version at 2.8.12
1 parent 98f4e54 commit ff55ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-swoole.yml

Lines changed: 1 addition & 1 deletion
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: 'v6.1.0'
6+
SW_VERSION: 'v6.1.1'
77
COMPOSER_VERSION: '2.8.12'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}

0 commit comments

Comments
 (0)