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 b9b5f1876 Test if failure occurs on all Java versions b9b5f1876 is described below commit b9b5f18769f44b3ed98252c0353eba84890e927f Author: Sebb <sebb...@users.noreply.github.com> AuthorDate: Sat Dec 23 13:44:32 2023 +0000 Test if failure occurs on all Java versions --- .github/workflows/maven.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 5926a84e8..3dc4cdf04 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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 ]