Skip to content

Commit 899c51e

Browse files
committed
Upgrade composer version to v2.7.7
1 parent 22d4d09 commit 899c51e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.7.6'
5+
COMPOSER_VERSION: '2.7.7'
66
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
77
jobs:
88
build:

.github/workflows/build-swoole.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: 'swoole'
66
SW_VERSION: 'v5.1.3'
7-
COMPOSER_VERSION: '2.7.6'
7+
COMPOSER_VERSION: '2.7.7'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010
jobs:

.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.2'
7-
COMPOSER_VERSION: '2.7.6'
7+
COMPOSER_VERSION: '2.7.7'
88
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
99
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
1010
jobs:

0 commit comments

Comments
 (0)