Skip to content

Commit

Permalink
Merge pull request #28 from tonistiigi/bookworm
Browse files Browse the repository at this point in the history
github: add testing for debian:bookworm
  • Loading branch information
tonistiigi authored Aug 31, 2021
2 parents 6422252 + 78a8f14 commit e334db5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,28 +26,39 @@ jobs:

test:
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allow-failure }}
strategy:
fail-fast: false
matrix:
include:
-
image: alpine:3.13
typ: alpine
allow-failure: false
-
image: alpine:3.14
typ: alpine
allow-failure: false
-
image: alpine:edge
typ: alpine
allow-failure: true
-
image: debian:buster-backports
typ: debian
allow-failure: false
-
image: debian:bullseye
typ: debian
allow-failure: false
-
image: debian:bookworm
typ: debian
allow-failure: false
-
image: debian:sid
typ: debian
allow-failure: true
steps:
-
name: Checkout
Expand Down

0 comments on commit e334db5

Please sign in to comment.