From 8cc06197b71a71b8224c29a81a6ffd0ecdb9ae6c Mon Sep 17 00:00:00 2001 From: Yurii Serhiichuk Date: Sun, 3 Mar 2024 17:54:54 +0100 Subject: [PATCH] Drop non-buildable Java versions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5401e55..d244594 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,7 +19,7 @@ jobs: strategy: fail-fast: false matrix: - java: [ 8, 11, 14, 15, 16 ] + java: [ 8, 11 ] os: [ ubuntu-22.04, macos-13 ] runs-on: ${{ matrix.os }}