This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new fe375a8 Trying to get the GH syntax right...
fe375a8 is described below
commit fe375a813d5b585f6057a9e472b26c142d55bc95
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Aug 7 10:30:41 2020 -0400
Trying to get the GH syntax right...
---
.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 e857a4d..d7c16ed 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -23,7 +23,6 @@ jobs:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.experimental }}
strategy:
- fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
java: [ 8, 11, 14 ]
@@ -31,6 +30,7 @@ jobs:
include:
- java: 15-ea
experimental: true
+ fail-fast: false
steps:
- uses: actions/[email protected]