diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e349cb..9249cb5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: with: fetch-depth: 0 # Fetch all history for all branches - - name: Set up JDK 11 + - name: Set up JDK 8 uses: actions/setup-java@v2 with: distribution: 'adopt'