Skip to content

Commit 97a19e3

Browse files
committed
Upgrade swoole version
1 parent 78e4b7b commit 97a19e3

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.1'
5+
COMPOSER_VERSION: '2.8.3'
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: 'v5.1.5'
7-
COMPOSER_VERSION: '2.8.1'
6+
SW_VERSION: 'v5.1.6'
7+
COMPOSER_VERSION: '2.8.3'
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.1'
7+
COMPOSER_VERSION: '2.8.3'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}

0 commit comments

Comments
 (0)