From 8074134013026141f19256ba26b061edbbde4adb Mon Sep 17 00:00:00 2001 From: VGalaxies Date: Mon, 9 Oct 2023 20:33:44 +0800 Subject: [PATCH] chore: remove java 8 ci --- .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 7b94e83be0..b13dc55b3d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: BACKEND: [ memory, cassandra, scylladb, hbase, rocksdb, mysql, postgresql ] - JAVA_VERSION: [ '8', '11' ] + JAVA_VERSION: [ '11' ] steps: - name: Install JDK ${{ matrix.JAVA_VERSION }}