Skip to content

Commit c1e6091

Browse files
committed
Set distribution
1 parent 11f4332 commit c1e6091

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: [ 8, 9, 10, 11, 12, 13, 14, 15 ]
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)