Update tests

This commit is contained in:
hwdsl2 2021-12-29 23:15:56 -06:00
parent 603b198613
commit efabf63642
2 changed files with 2 additions and 2 deletions

View File

@ -1023,7 +1023,7 @@ jobs:
if: github.repository_owner == 'hwdsl2'
strategy:
matrix:
os_version: ["alpine:3.14"]
os_version: ["alpine:3.14", "alpine:3.15"]
fail-fast: false
container:
image: ${{ matrix.os_version }}

View File

@ -1052,7 +1052,7 @@ jobs:
if: github.repository_owner == 'hwdsl2'
strategy:
matrix:
os_version: ["alpine:3.14"]
os_version: ["alpine:3.14", "alpine:3.15"]
fail-fast: false
container:
image: ${{ matrix.os_version }}