Skip to content

Commit

Permalink
Test if failure occurs on all Java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Dec 23, 2023
1 parent 19595d6 commit b9b5f18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
build:

runs-on: ubuntu-latest
continue-on-error: true # Test if failure applies to all Java versions
strategy:
matrix:
java: [ 8, 11, 17 ]
Expand Down

0 comments on commit b9b5f18

Please sign in to comment.