From a5d4660eed5a242791554e98ea495c1924f914ea Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 19 Apr 2021 08:41:55 -0400 Subject: [PATCH] Allow Java 16 to fail to allow Java 8 and 11 to run until we know what's wrong on Java 16. --- .github/workflows/maven.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index f8ea7aabe..154b92456 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -32,7 +32,6 @@ jobs: include: - java: 16 experimental: true - include: - java: 17-ea experimental: true steps: