Skip to content

Commit

Permalink
Upgrade the versions of composer and swow.
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed May 8, 2024
1 parent 9051e54 commit 6650b79
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ jobs:
alpine-version: '3.16'
- php-version: '8.2'
alpine-version: '3.17'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 12
fail-fast: false
steps:
Expand Down
4 changes: 3 additions & 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.1'
COMPOSER_VERSION: '2.7.6'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
build:
Expand All @@ -27,6 +27,8 @@ jobs:
alpine-version: '3.16'
- php-version: '8.2'
alpine-version: '3.17'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 8
fail-fast: false
steps:
Expand Down
4 changes: 3 additions & 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.2'
COMPOSER_VERSION: '2.7.1'
COMPOSER_VERSION: '2.7.6'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
jobs:
Expand Down Expand Up @@ -32,6 +32,8 @@ jobs:
alpine-version: '3.16'
- php-version: '8.2'
alpine-version: '3.17'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 16
fail-fast: false
steps:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-swow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Build Swow
on: [ push ]
env:
ENGINE: 'swow'
SW_VERSION: 'v1.4.1'
COMPOSER_VERSION: '2.7.1'
SW_VERSION: 'v1.5.0'
COMPOSER_VERSION: '2.7.6'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
jobs:
Expand Down Expand Up @@ -32,6 +32,8 @@ jobs:
alpine-version: '3.16'
- php-version: '8.2'
alpine-version: '3.17'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 8
fail-fast: false
steps:
Expand Down

0 comments on commit 6650b79

Please sign in to comment.