Skip to content

Commit

Permalink
Upgrade swoole to v6.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Jan 2, 2025
1 parent fb3ed98 commit ff56432
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.8.4'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build Swoole
on: [ push ]
env:
ENGINE: 'swoole'
SW_VERSION: 'v5.1.4'
COMPOSER_VERSION: '2.7.7'
SW_VERSION: 'v6.0.0'
COMPOSER_VERSION: '2.8.4'
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.8.4'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
Expand Down

0 comments on commit ff56432

Please sign in to comment.