From 2b56b34f7669b4224208baad01623ae0d24662c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=82=E5=90=8D=E9=9B=B7?= Date: Tue, 12 Mar 2024 22:45:58 +0800 Subject: [PATCH] Update ci.yml --- .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 9a0d2503..6a8ed1c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: test: strategy: matrix: - java: [8, 11] + java: [11, 17] scala: [2.12.19, 2.13.13, 3.3.1] postgres: [11, 12, 13, 14] name: Test (Postgres ${{ matrix.postgres }} Scala ${{ matrix.scala }} Java ${{ matrix.java }})