From afc4f77364dee252113146e396afb6c16fea1cc4 Mon Sep 17 00:00:00 2001 From: Oskar <56176746+OskarZyg@users.noreply.github.com> Date: Wed, 9 Nov 2022 23:05:11 +0000 Subject: [PATCH] use java 17 instead of 16 --- .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 6ba390c..33d921e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [ 11, 16 ] + java: [ 11, 17 ] fail-fast: true steps: @@ -29,4 +29,4 @@ jobs: with: name: ${{ github.event.repository.name }} path: staging/* - retention-days: 10 # Delete artifacts after 10 days \ No newline at end of file + retention-days: 10 # Delete artifacts after 10 days