Skip to content

Commit 34860dd

Browse files
committed
Support alpine v3.19
1 parent 87ce79c commit 34860dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
php-version: [ '8.1', '8.2', '8.3' ]
25-
alpine-version: [ '3.16', '3.17', '3.18', 'edge' ]
25+
alpine-version: [ '3.16', '3.17', '3.18', '3.19', 'edge' ]
2626
exclude:
2727
- php-version: '8.3'
2828
alpine-version: '3.16'

0 commit comments

Comments
 (0)