diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec8fcfb..e24adcf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,6 @@ jobs: uses: actions/setup-java@v3 with: distribution: temurin - java-version: 11 + java-version: 8 - name: Build and Test run: sbt -v +test