diff options
-rw-r--r-- | .github/workflows/ant.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |