From af44fc6f15e01074bc9343bf9635a5c321d41e89 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier-Morency Date: Sat, 27 Jul 2024 15:27:15 -0400 Subject: [PATCH] Revert "Update Java to 11 on the CI" This reverts commit 641fef5bb6672206a4cb2ce526d707091a01f089. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f9ea1ae..8ec483d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ jobs: - uses: actions/setup-java@v4 with: distribution: temurin - java-version: '11' + java-version: '8' - name: Install Maven 3.0.5 run: mvn wrapper:wrapper -Dmaven=3.0.5 - name: Install with the release profile