From b1ff23c0be5a150f206a4af7e25e5ce82e5ef121 Mon Sep 17 00:00:00 2001 From: Werner Dietl Date: Tue, 6 Aug 2024 17:26:25 -0400 Subject: [PATCH] Fix typo --- .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 5e6aeaebb05..f46712b2646 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -114,7 +114,7 @@ jobs: # # At least one plume-lib project no longer works on Java 8. # Java 8 does not allow toolchains, so testing 'cftests-junit-jdk21' is unnecessary. - if: matrix.java.version != 8 || (matrix.script != 'plume-lib' && matrix.script != 'cftests-junit-jdk21')" + if: matrix.java.version != 8 || (matrix.script != 'plume-lib' && matrix.script != 'cftests-junit-jdk21') # Set the compiler version to use, allowing us to e.g. run Java 23 while gradle does not work # on Java 23 yet. This only tests the compiler, it does not use that version to run the tests. env: