From 1b64d7cafde6464efed1b19cea211a25e630b739 Mon Sep 17 00:00:00 2001 From: TGWDB <77270157+TGWDB@users.noreply.github.com> Date: Wed, 22 May 2024 11:07:20 +0100 Subject: [PATCH] Fix JDK number in comments --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'