Skip to content

Commit

Permalink
Upgrade swoole version to 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Oct 22, 2024
1 parent d516bcd commit 78e4b7b
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.9'
COMPOSER_VERSION: '2.8.1'
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.9'
SW_VERSION: 'v5.1.5'
COMPOSER_VERSION: '2.8.1'
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.9'
COMPOSER_VERSION: '2.8.1'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
CODING_PASSWORD: ${{ secrets.CODING_PASSWORD }}
Expand Down

0 comments on commit 78e4b7b

Please sign in to comment.