Skip to content

Commit 5793068

Browse files
committed
Upgrade swoole to 6.1.0
1 parent cd8e88b commit 5793068

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build Develop
22

33
on: [ push ]
44
env:
5-
COMPOSER_VERSION: '2.8.8'
5+
COMPOSER_VERSION: '2.8.12'
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
jobs:
88
build:

.github/workflows/build-swoole.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ name: Build Swoole
33
on: [ push ]
44
env:
55
ENGINE: 'swoole'
6-
SW_VERSION: 'v6.0.2'
7-
COMPOSER_VERSION: '2.8.8'
6+
SW_VERSION: 'v6.1.0'
7+
COMPOSER_VERSION: '2.8.12'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}

.github/workflows/build-swow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [ push ]
44
env:
55
ENGINE: 'swow'
66
SW_VERSION: 'v1.5.3'
7-
COMPOSER_VERSION: '2.8.8'
7+
COMPOSER_VERSION: '2.8.12'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}

0 commit comments

Comments
 (0)