From 1220a95540911228d49474417f3d695945ca1305 Mon Sep 17 00:00:00 2001 From: Sebb Date: Sat, 23 Dec 2023 14:04:21 +0000 Subject: [PATCH] Did any version fail? --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 3dc4cdf04..9e6879d23 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -24,8 +24,8 @@ jobs: build: runs-on: ubuntu-latest - continue-on-error: true # Test if failure applies to all Java versions strategy: + fail-fast: false # Run all the versions, but show overall status as failed if one fails matrix: java: [ 8, 11, 17 ]