Did any version fail?

This commit is contained in:
Sebb 2023-12-23 14:04:21 +00:00 committed by GitHub
parent b9b5f18769
commit 1220a95540
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 ]