Skip to content

Commit

Permalink
Run the end-to-end tests on Java 21 in the GitHub Actions. (opensearc…
Browse files Browse the repository at this point in the history
…h-project#3523)

Signed-off-by: David Venable <[email protected]>
  • Loading branch information
dlvenable authored Oct 23, 2023
1 parent 4acab84 commit 4c3827c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
test: ['basicLogEndToEndTest', 'parallelGrokStringSubstituteTest']
fail-fast: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
test: ['staticAggregateEndToEndTest', 'staticLogMetricsEndToEndTest']
fail-fast: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
otelVersion: ['0.9.0-alpha', '0.16.0-alpha']
fail-fast: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
fail-fast: false

runs-on: ubuntu-latest
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
strategy:
matrix:
java: [11, 17]
java: [11, 17, 21]
fail-fast: false

runs-on: ubuntu-latest
Expand Down

0 comments on commit 4c3827c

Please sign in to comment.