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 ]