Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 6, 2022
1 parent b51a4c0 commit 440eeec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
strategy:
fail-fast: false
matrix:
java_version: ['8', '11' ]
# 05-Oct-2022, tatu: Alas, ONE test fails on JDK 17; no way to yet skip
# tests on specific JDKs so comment out for now
java_version: ['8', '11' ]
# java_version: ['8', '11', '17']
os: ['ubuntu-20.04']
env:
Expand Down

0 comments on commit 440eeec

Please sign in to comment.