From f63495b887a9ba6db572c2b1c3a178a6337726bb Mon Sep 17 00:00:00 2001 From: Oliver Feldmann Date: Mon, 6 Nov 2023 11:33:02 +0100 Subject: [PATCH] Drop 16-buster --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a567846..ff9bc89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - base-image-tag: [16-buster, 16-bullseye, 18-bullseye, 16-bookworm, 18-bookworm, 20-bookworm] + base-image-tag: [16-bullseye, 18-bullseye, 16-bookworm, 18-bookworm, 20-bookworm] steps: - uses: actions/checkout@master - name: Determine Java version