aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ant.yml
diff options
context:
space:
mode:
authorRawi01 <Rawi01@users.noreply.github.com>2023-03-21 22:10:56 +0100
committerRoel Spilker <r.spilker@gmail.com>2023-03-22 10:22:34 +0100
commit780b75b0cb59a41ffaceba1c511833775b75df6e (patch)
tree05c1d7e97cec6b834f3de41aeaecac5714f25974 /.github/workflows/ant.yml
parentcc6309250bddd0d67bb646230f4a86f7d8f29659 (diff)
downloadlombok-780b75b0cb59a41ffaceba1c511833775b75df6e.tar.gz
lombok-780b75b0cb59a41ffaceba1c511833775b75df6e.tar.bz2
lombok-780b75b0cb59a41ffaceba1c511833775b75df6e.zip
Add Java 20 test step
Diffstat (limited to '.github/workflows/ant.yml')
-rw-r--r--.github/workflows/ant.yml2
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