Skip to content

Commit

Permalink
Upgrade composer version to 2.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Sep 5, 2024
1 parent fb3ed98 commit d516bcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build Develop

on: [ push ]
env:
COMPOSER_VERSION: '2.7.7'
COMPOSER_VERSION: '2.7.9'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]
env:
ENGINE: 'swoole'
SW_VERSION: 'v5.1.4'
COMPOSER_VERSION: '2.7.7'
COMPOSER_VERSION: '2.7.9'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-swow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [ push ]
env:
ENGINE: 'swow'
SW_VERSION: 'v1.5.3'
COMPOSER_VERSION: '2.7.7'
COMPOSER_VERSION: '2.7.9'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
Expand Down

0 comments on commit d516bcd

Please sign in to comment.