From 45333e0a310af70ad48d34d306da30af1e8e6314 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Thu, 28 Mar 2024 17:53:56 +0400 Subject: [PATCH] [CI] Remove Java 18 from build matrix (#1005) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c6fd695..0487baa9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 8, 11, 17, 18, 21 ] + java: [ 8, 11, 17, 21 ] fail-fast: false max-parallel: 4 name: JDK ${{ matrix.java }}