From 780b75b0cb59a41ffaceba1c511833775b75df6e Mon Sep 17 00:00:00 2001 From: Rawi01 Date: Tue, 21 Mar 2023 22:10:56 +0100 Subject: Add Java 20 test step --- .github/workflows/ant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/ant.yml') diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 356ea75f..576a3c65 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -42,7 +42,7 @@ jobs: needs: build strategy: matrix: - jdk: [11, 12, 13, 14, 15, 16, 17, 18, 19] + jdk: [11, 12, 13, 14, 15, 16, 17, 18, 19, 20] goal: [javacCurrent] include: - jdk: 11 -- cgit