From 6e1bf567a0a230c8f5ad9b4d18a9ef8e7a9f97e6 Mon Sep 17 00:00:00 2001 From: fnecas Date: Mon, 12 Feb 2024 17:08:39 +0100 Subject: [PATCH] test: test toolchains jdk 11 --- .github/workflows/georchestra-gn4.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/georchestra-gn4.yml b/.github/workflows/georchestra-gn4.yml index 9ce1f50161..5346fe8f9b 100644 --- a/.github/workflows/georchestra-gn4.yml +++ b/.github/workflows/georchestra-gn4.yml @@ -31,8 +31,8 @@ jobs: uses: actions/setup-java@v4 with: java-version: | - 8 11 + 8 distribution: 'adopt' cache: 'maven'