You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/09 23:56:13 UTC

[commons-crypto] branch master updated: ubuntu-latest uses OpenSSL 3 which breaks tests

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


The following commit(s) were added to refs/heads/master by this push:
     new 317f7b2  ubuntu-latest uses OpenSSL 3 which breaks tests
317f7b2 is described below

commit 317f7b2742b4176e45f0ac614cf02d74926cc29e
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Dec 9 18:56:09 2022 -0500

    ubuntu-latest uses OpenSSL 3 which breaks tests
---
 .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 af0a2f7..ca618d3 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -35,7 +35,8 @@ jobs:
     continue-on-error: ${{ matrix.experimental }}
     strategy:
       matrix:
-        os: [macos-latest, ubuntu-latest, windows-latest]
+        # ubuntu-latest uses OpenSSL 3 which breaks tests
+        os: [macos-latest, ubuntu-18.04, windows-latest]
         java: [ 8, 11, 17 ]
         experimental: [false]
 #        include: