Skip to content

Commit

Permalink
[Backport 2.x] Update GA worklows to use JDK 21.0.2 (#439)
Browse files Browse the repository at this point in the history
Update GA worklows to use JDK 21.0.2

Signed-off-by: Owais Kazi <[email protected]>
  • Loading branch information
owaiskazi19 authored Jan 24, 2024
1 parent 1b7b84d commit 9f2a5f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Don't use 21.0.2 https://github.com/opensearch-project/flow-framework/issues/426
java: [11, 21.0.1]
java: [11, 21]
include:
- os: ubuntu-latest
java: 17
Expand Down Expand Up @@ -64,8 +63,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
# Don't use 21.0.2 https://github.com/opensearch-project/flow-framework/issues/426
java: [11, 21.0.1]
java: [11, 21]
include:
- os: ubuntu-latest
java: 17
Expand All @@ -82,6 +80,6 @@ jobs:
run: |
./gradlew integTest yamlRestTest
- name: Multi Nodes Integration Testing
if: matrix.java == '21.0.1'
if: matrix.java == '21'
run: |
./gradlew integTest -PnumNodes=3
3 changes: 1 addition & 2 deletions .github/workflows/test_security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
integ-test-with-security-linux:
strategy:
matrix:
# Don't use 21.0.2 https://github.com/opensearch-project/flow-framework/issues/426
java: [11, 17, 21.0.1]
java: [11, 17, 21]

name: Run Security Integration Tests on Linux
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9f2a5f2

Please sign in to comment.