Skip to content

Commit

Permalink
Support alpine v3.19
Browse files Browse the repository at this point in the history
  • Loading branch information
limingxinleo committed Dec 18, 2023
1 parent 87ce79c commit 34860dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
alpine-version: [ '3.16', '3.17', '3.18', 'edge' ]
alpine-version: [ '3.16', '3.17', '3.18', '3.19', 'edge' ]
exclude:
- php-version: '8.3'
alpine-version: '3.16'
Expand Down

0 comments on commit 34860dd

Please sign in to comment.