Skip to content

Commit 878b214

Browse files
committed
Set distribution
1 parent 98f3ced commit 878b214

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9+
distribution: ['zulu']
910
os: [ubuntu-latest, windows-latest, macos-latest]
1011
version: [ 11, 12, 13, 14, 15, 16, 17 ]
1112
steps:
@@ -14,5 +15,6 @@ jobs:
1415
submodules: true
1516
- uses: actions/setup-java@v3
1617
with:
18+
distribution: ${{ matrix.distribution }}
1719
java-version: ${{ matrix.version }}
1820
- run: mvn test -B

0 commit comments

Comments
 (0)