Skip to content

Commit

Permalink
Disable JDK 21 from CI due to unit test fails
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 16, 2023
1 parent 5008557 commit 7f7b3b5
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 7f7b3b5

Please sign in to comment.