From 4c246bf538317f11ce6c21d1fc4849bd10a9d88f Mon Sep 17 00:00:00 2001 From: WolfgangHG Date: Wed, 16 Oct 2024 21:11:51 +0200 Subject: [PATCH] fix syntax error in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c634b15..3a57a010 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - wildfly-managed # TODO GlassFish 5 is not compatible with JDK 9 and newer # - glassfish-managed - - tomee-managed + - tomee-managed exclude: # TomEE 10 requires Java 17. - os: ubuntu-latest