You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2022/06/12 21:42:39 UTC

[commons-crypto] branch master updated: Looks like Windows has yet to be tried

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-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new 26c7767  Looks like Windows has yet to be tried
26c7767 is described below

commit 26c7767a4cf24e985608c4fff75de1b9fa34e144
Author: Sebb <se...@apache.org>
AuthorDate: Sun Jun 12 22:42:33 2022 +0100

    Looks like Windows has yet to be tried
---
 .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 5b4d221..b1099cd 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,7 +24,7 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [macos-latest, ubuntu-latest]
+        os: [macos-latest, ubuntu-latest, windows-latest]
         java: [ 8, 11, 17 ]
         experimental: [false]
 #        include: