Skip to content

Commit 860ac2d

Browse files
committed
Java Unit tests: Test on different distributions
1 parent c552b5e commit 860ac2d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/gradle-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
strategy:
4040
matrix:
4141
java-version: [17, 18, 19, 20, 21]
42+
distribution: ['adopt', 'corretto', 'graalvm', 'oracle']
4243

4344
steps:
4445
- name: Download build artifacts
@@ -50,7 +51,7 @@ jobs:
5051
uses: actions/setup-java@v2
5152
with:
5253
java-version: ${{ matrix.java-version }}
53-
distribution: 'adopt'
54+
distribution: ${{ matrix.distribution }}
5455

5556
- name: Add local.aikido.io to /etc/hosts
5657
run: |

0 commit comments

Comments
 (0)