Skip to content

Commit

Permalink
GH-4913 downgrade to java 17 for main/develop status checks to allow …
Browse files Browse the repository at this point in the history
…some older elasticsearch tests to pass (#4914)
  • Loading branch information
hmottestad authored Feb 19, 2024
2 parents a3938c6 + 927a94e commit 5882ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [11, 21]
jdk: [11, 17]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [11, 21]
jdk: [11, 17]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 5882ab3

Please sign in to comment.