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

commit 3588b3c9f330d225a3ebee43717b611ee96bde6a
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 17:38:41 2024 +1000

    Revert "re-enable JDK11 but since we are using toolchains, probably more 
work to do" (still a flaky test)
    
    This reverts commit b8022a9626b2c12c7caba379e072cdc6b458e82b.
---
 .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 e39d8f41..9a60c9ea 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -25,7 +25,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        java: [11, 17, 21]
+        java: [17, 21] # TODO add 11
     runs-on: ubuntu-latest
     env:
       DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }}

Reply via email to