This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
The following commit(s) were added to refs/heads/master by this push: new 1220a9554 Did any version fail? 1220a9554 is described below commit 1220a95540911228d49474417f3d695945ca1305 Author: Sebb <sebb...@users.noreply.github.com> AuthorDate: Sat Dec 23 14:04:21 2023 +0000 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 ]