From 580677bcc56ba10f19ad289a8a11ae8a765c7938 Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Thu, 2 May 2024 09:38:36 +0200 Subject: [PATCH] Adding Java 17 to the Github verification workflow Ensure that the plug-ins also is verified with Java 17. --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 24acffdf5..83ecb6509 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -58,7 +58,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - java: [ 8 ] + java: [ 8, 17 ] # os: [ubuntu-latest, macos-latest] # java: [ 8, 11 ] runs-on: ${{ matrix.os }}