From 8077f79f91b814c1d3382ceaf329d4fe5920c8d3 Mon Sep 17 00:00:00 2001 From: lanthale Date: Sun, 22 May 2022 21:55:38 +0200 Subject: [PATCH] Update maven.yml --- .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 6701e2e..bf4fa61 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -15,10 +15,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 17 + - name: Set up JDK 18 uses: joschi/setup-jdk@v2 with: - java-version: '17' + java-version: '18' - name: Cache Maven packages uses: actions/cache@v2 with: