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 0c8e33d commit 062ce84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 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 Down
2 changes: 1 addition & 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 Down
2 changes: 1 addition & 1 deletion .github/workflows/build-swoole.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down
2 changes: 1 addition & 1 deletion .github/workflows/build-swow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 Down

0 comments on commit 062ce84

Please sign in to comment.