Skip to content

Commit 5882ab3

Browse files
authored
GH-4913 downgrade to java 17 for main/develop status checks to allow some older elasticsearch tests to pass (#4914)
2 parents a3938c6 + 927a94e commit 5882ab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/develop-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 21]
14+
jdk: [11, 17]
1515

1616
steps:
1717
- uses: actions/checkout@v2

.github/workflows/main-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 21]
14+
jdk: [11, 17]
1515

1616
steps:
1717
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)