Skip to content

Commit e5a972f

Browse files
committed
Fix #3649 (or rather enable CI after moving Record test under 'failing/' in prev commit)
1 parent 9e71eeb commit e5a972f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
# JDK 17 has a few failures so cannot yet enable for this module
29-
java_version: ['8', '11']
28+
java_version: ['8', '11', '17']
3029
os: ['ubuntu-20.04']
3130
env:
3231
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"

0 commit comments

Comments
 (0)