Skip to content

Commit

Permalink
Try JDK 21,22,23
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwiddis committed Jan 20, 2024
1 parent 61629a4 commit 5e8f3d2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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:
java: [21.0.1, 21.0.2]
distro: ['temurin', 'zulu']
java: ['21.0.1', '22-ea', '23-ea']

name: Run Security Integration Tests on Linux
runs-on: ubuntu-latest
Expand All @@ -35,7 +34,7 @@ jobs:
- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.distro }}
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Run tests
# switching the user, as OpenSearch cluster can only be started as root/Administrator on linux-deb/linux-rpm/windows-zip.
Expand Down

0 comments on commit 5e8f3d2

Please sign in to comment.