From c1e60911c66d60a6fca2b9d22f82280b81f604ac Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Tue, 30 Aug 2022 10:32:48 -0700 Subject: [PATCH] Set distribution --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f4c3fd45..018aef17 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,6 +6,7 @@ jobs: strategy: fail-fast: false matrix: + distribution: ['zulu'] os: [ubuntu-latest, windows-latest, macos-latest] version: [ 8, 9, 10, 11, 12, 13, 14, 15 ] steps: @@ -14,5 +15,6 @@ jobs: submodules: true - uses: actions/setup-java@v3 with: + distribution: ${{ matrix.distribution }} java-version: ${{ matrix.version }} - run: mvn test -B