This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new b8022a96 re-enable JDK11 but since we are using toolchains, probably 
more work to do
b8022a96 is described below

commit b8022a9626b2c12c7caba379e072cdc6b458e82b
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 17:09:46 2024 +1000

    re-enable JDK11 but since we are using toolchains, probably more work to do
---
 .github/workflows/build-test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 9a60c9ea..e39d8f41 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [17, 21] # TODO add 11
+        java: [11, 17, 21]
     runs-on: ubuntu-latest
     env:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}

Reply via email to