Skip to content

Commit

Permalink
Merge branch '2.17'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 16, 2023
2 parents 8c849a1 + 7f7b3b5 commit 93200a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '11', '17', '21']
# 15-Nov-2023, tatu: Odd fail(s) on JDK 21, can't enable yet
java_version: ['8', '11', '17']
joda_version: ['2.9', '2.10.14', '2.12.2']
os: ['ubuntu-20.04']
env:
Expand Down

0 comments on commit 93200a8

Please sign in to comment.