You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2022/11/01 15:52:35 UTC

svn commit: r1904977 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Tue Nov  1 15:52:35 2022
New Revision: 1904977

URL: http://svn.apache.org/viewvc?rev=1904977&view=rev
Log:
Test against OpenSSL 3.0.7.

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1904977&r1=1904976&r2=1904977&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Tue Nov  1 15:52:35 2022
@@ -269,13 +269,13 @@ 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.5
+           TEST_SSL=1 TEST_OPENSSL3=3.0.7
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, APR trunk, minimal module set, OpenSSL 3.x -Werror
       if: *condition_not_24x
       env: APR_VERSION=trunk APR_CONFIG="--without-pgsql --without-mysql --without-odbc --with-crypto"
            CONFIG="--enable-mods-shared=ssl --enable-maintainer-mode --with-mpm=event"
-           TEST_OPENSSL3=3.0.5 SKIP_TESTING=1
+           TEST_OPENSSL3=3.0.7 SKIP_TESTING=1
            NOTEST_CFLAGS="-Werror -Wno-deprecated-declarations"
     # -------------------------------------------------------------------------
     - if: *condition_24x_only
@@ -283,7 +283,7 @@ jobs:
       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.5
+           TEST_SSL=1 TEST_OPENSSL3=3.0.7
     # -------------------------------------------------------------------------
     - if: *condition_not_24x
       name: Linux Ubuntu, MPMs [event, worker], core + proxy + HTTP/2 test suite