diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7766018..1d278ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: - name: Set up JDK 11 uses: actions/setup-java@v4.7.1 with: - java-version: '11' + java-version: '11.0.32+101' distribution: 'adopt' - name: Test with Maven run: mvn test \ No newline at end of file