diff options
author | Joe Orton <jorton@apache.org> | 2024-09-03 18:01:47 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2024-09-03 18:01:47 +0200 |
commit | c72b74ccef72fb56becd55888a3aa783c4ab5b6b (patch) | |
tree | f455c3a5b5f9a890a4237c470e99c8d630e8d955 /.github | |
parent | fr doc rebuild. (diff) | |
download | apache2-c72b74ccef72fb56becd55888a3aa783c4ab5b6b.tar.xz apache2-c72b74ccef72fb56becd55888a3aa783c4ab5b6b.zip |
CI: Update to OpenSSL 3.1.7/3.3.2.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1920440 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b1295b8604..b14f570774 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -286,7 +286,7 @@ jobs: - name: OpenSSL 3.1 config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto env: | - TEST_OPENSSL3=3.1.6 + TEST_OPENSSL3=3.1.7 APR_VERSION=1.7.4 APU_VERSION=1.6.3 APU_CONFIG="--without-crypto" @@ -313,7 +313,7 @@ jobs: config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto notest-cflags: -Werror -O2 env: | - TEST_OPENSSL3=3.3.1 + TEST_OPENSSL3=3.3.2 OPENSSL_CONFIG=no-engine APR_VERSION=1.7.4 APU_VERSION=1.6.3 |