From e35d5bca87e048f5703c6f48f4e2d9d75749cee3 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Wed, 19 Jan 2022 13:49:33 -0500 Subject: [PATCH] Migrates from circleci to github actions --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 98bf13c3..df87b825 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,7 +20,7 @@ jobs: uses: actions/setup-java@v2 with: distribution: 'temurin' - java-version: '17' + java-version: '8' - name: Cache local Maven repository uses: actions/cache@v2 with: