Skip to content

Commit f9ae27e

Browse files
committed
undo JDK 21 add
1 parent 38f7667 commit f9ae27e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,27 @@ on:
44
branches:
55
- main
66
- "1.6"
7+
- "1.7"
78
paths-ignore:
89
- "README.md"
910
- "release-notes/*"
1011
pull_request:
1112
branches:
1213
- main
1314
- "1.6"
15+
- "1.7"
16+
1417
permissions:
1518
contents: read
19+
1620
jobs:
1721
build:
1822
runs-on: 'ubuntu-latest'
1923
strategy:
2024
fail-fast: false
2125
matrix:
22-
java_version: ['8', '11', '17', '21']
26+
# 26-Sep-2025, tatu: some test failures on 21 cannot yet enable
27+
java_version: ['8', '11', '17']
2328
env:
2429
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2530
steps:

0 commit comments

Comments
 (0)