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-daemon.git
The following commit(s) were added to refs/heads/master by this push: new 6a5c422 Test on Windows too. 6a5c422 is described below commit 6a5c422eb0b59798f1984238944d21fd285d7a07 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 15:20:23 2022 -0500 Test on Windows too. --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index bd0d6e6..1da4dda 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -20,10 +20,11 @@ on: [push, pull_request] jobs: build: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} continue-on-error: ${{ matrix.experimental }} strategy: matrix: + os: [ubuntu-latest, windows-latest] java: [ 8, 11, 17 ] experimental: [false] # include: