diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d3935b6..f683530 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Java uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '8' - name: Cache CommandBox