From a6afc166f8978dd331503fe1896409f7984b40c9 Mon Sep 17 00:00:00 2001 From: Jorge Arias <8829064+joariasl@users.noreply.github.com> Date: Wed, 12 Jun 2024 05:41:02 -0400 Subject: [PATCH] Change JKD version to 1.8 in GitHub Actions workflow (#7) --- .github/workflows/maven.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 1e8e89c..cb8bb9a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up JDK 21 + - name: Set up JDK 1.8 uses: actions/setup-java@v4 with: - java-version: '21' + java-version: '8' distribution: 'temurin' cache: maven - name: Build with Maven