diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 837da54..fe6c98c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -15,6 +15,7 @@ jobs: uses: actions/setup-java@v4 with: java-version: ${{ matrix.java }} + distribution: "temurin" - name: Build project with Maven run: mvn test --file pom.xml \ No newline at end of file