Skip to content

Commit

Permalink
Enable JDK21 test after #133 backported
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 17, 2024
1 parent bc68eeb commit e80b706
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# 15-Nov-2023, tatu: Odd fail(s) on JDK 21, can't enable yet
java_version: ['8', '11', '17']
java_version: ['8', '11', '17', '21']
joda_version: ['2.9', '2.10.14', '2.12.2']
os: ['ubuntu-20.04']
env:
Expand Down

0 comments on commit e80b706

Please sign in to comment.