]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Test against OpenSSL 3.0.1.
authorJoe Orton <jorton@apache.org>
Wed, 15 Dec 2021 08:36:33 +0000 (08:36 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 15 Dec 2021 08:36:33 +0000 (08:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1895973 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 2f105325c7875ff9e36cb5f3e325dc757c8c2c0b..90028a8329a495399a617d9534e897e202917955 100644 (file)
@@ -269,14 +269,14 @@ jobs:
       if: *condition_not_24x
       env: APR_VERSION=trunk APR_CONFIG="--without-pgsql --without-mysql --without-odbc --with-crypto"
            CONFIG="--enable-mods-shared=ssl --with-mpm=event"
-           TEST_SSL=1 TEST_OPENSSL3=3.0.0
+           TEST_SSL=1 TEST_OPENSSL3=3.0.1
     # -------------------------------------------------------------------------
     - if: *condition_24x_only
       name: Linux Ubuntu, APR 1.7, minimal module set, OpenSSL 3.x
       env: APR_VERSION=1.7.0
            APU_VERSION=1.6.1 APU_CONFIG="--without-pgsql --without-mysql --without-odbc --with-crypto"
            CONFIG="--enable-mods-shared=ssl --with-mpm=event"
-           TEST_SSL=1 TEST_OPENSSL3=3.0.0
+           TEST_SSL=1 TEST_OPENSSL3=3.0.1
     # -------------------------------------------------------------------------
     - if: *condition_not_24x
       name: Linux Ubuntu, MPMs [event, worker], core + HTTP/2 test suite