Skip to content

Commit

Permalink
Support alpine v3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Aug 23, 2024
1 parent e973dd1 commit fb3ed98
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', 'edge' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', '3.20', 'edge' ]
exclude:
- php-version: '8.3'
alpine-version: '3.16'
Expand All @@ -31,6 +31,8 @@ jobs:
alpine-version: '3.16'
- php-version: '8.2'
alpine-version: '3.17'
- php-version: '8.1'
alpine-version: '3.20'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 12
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 @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php-version: [ '8.1', '8.2', '8.3' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', 'edge' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', '3.20', 'edge' ]
exclude:
- php-version: '8.3'
alpine-version: '3.16'
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: '3.20'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 8
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Swoole
on: [ push ]
env:
ENGINE: 'swoole'
SW_VERSION: 'v5.1.3'
SW_VERSION: 'v5.1.4'
COMPOSER_VERSION: '2.7.7'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
Expand All @@ -21,7 +21,7 @@ jobs:
os: [ ubuntu-latest ]
spec: [ "", "-slim" ]
php-version: [ '8.1', '8.2', '8.3' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', 'edge' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', '3.20', 'edge' ]
exclude:
- php-version: '8.3'
alpine-version: '3.16'
Expand All @@ -33,6 +33,8 @@ jobs:
alpine-version: '3.16'
- php-version: '8.2'
alpine-version: '3.17'
- php-version: '8.1'
alpine-version: '3.20'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 16
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,7 +3,7 @@ name: Build Swow
on: [ push ]
env:
ENGINE: 'swow'
SW_VERSION: 'v1.5.2'
SW_VERSION: 'v1.5.3'
COMPOSER_VERSION: '2.7.7'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_ACCESSTOKEN }}
Expand All @@ -21,7 +21,7 @@ jobs:
os: [ ubuntu-latest ]
spec: [ "" ]
php-version: [ '8.1', '8.2', '8.3' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', 'edge' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', '3.20', 'edge' ]
exclude:
- php-version: '8.3'
alpine-version: '3.16'
Expand All @@ -33,6 +33,8 @@ jobs:
alpine-version: '3.16'
- php-version: '8.2'
alpine-version: '3.17'
- php-version: '8.1'
alpine-version: '3.20'
- php-version: '8.1'
alpine-version: 'edge'
max-parallel: 8
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.env
.idea

0 comments on commit fb3ed98

Please sign in to comment.