From 993fb949e107f815917635da8c9491854779457d Mon Sep 17 00:00:00 2001 From: HariKrishnan Date: Sun, 16 Jun 2024 20:02:32 +0530 Subject: [PATCH] Removing JDK 8 in matrix build --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c33f37b..c506bec 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - java: [8, 17] + java: [17] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2