Skip to content

Commit

Permalink
GitHub Actions: add alpine-3.19 and remove alpine-3.15
Browse files Browse the repository at this point in the history
Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Mar 14, 2024
1 parent 5e26443 commit 6f5356c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
strategy:
fail-fast: false
matrix:
tag: ['3.18','3.17','3.16','3.15']
tag: ['3.18','3.17','3.16','3.19']

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

container: alpine:${{ matrix.tag }}

Expand Down

0 comments on commit 6f5356c

Please sign in to comment.