We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38f7667 commit f9ae27eCopy full SHA for f9ae27e
1 file changed
.github/workflows/main.yml
@@ -4,22 +4,27 @@ on:
4
branches:
5
- main
6
- "1.6"
7
+ - "1.7"
8
paths-ignore:
9
- "README.md"
10
- "release-notes/*"
11
pull_request:
12
13
14
15
16
+
17
permissions:
18
contents: read
19
20
jobs:
21
build:
22
runs-on: 'ubuntu-latest'
23
strategy:
24
fail-fast: false
25
matrix:
- 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']
28
env:
29
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
30
steps:
0 commit comments