Skip to content

Commit

Permalink
Fix #3649 (or rather enable CI after moving Record test under 'failin…
Browse files Browse the repository at this point in the history
…g/' in prev commit)
  • Loading branch information
cowtowncoder committed Dec 1, 2022
1 parent 9e71eeb commit e5a972f
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 @@ -25,8 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# JDK 17 has a few failures so cannot yet enable for this module
java_version: ['8', '11']
java_version: ['8', '11', '17']
os: ['ubuntu-20.04']
env:
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
Expand Down

0 comments on commit e5a972f

Please sign in to comment.