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/03 10:32:08 UTC

svn commit: r1905041 - /httpd/httpd/branches/2.4.x/.travis.yml

Author: jorton
Date: Thu Nov  3 10:32:08 2022
New Revision: 1905041

URL: http://svn.apache.org/viewvc?rev=1905041&view=rev
Log:
Merge r1904977 from trunk: [under CTR for Travis changes]

Test against OpenSSL 3.0.7.


Modified:
    httpd/httpd/branches/2.4.x/.travis.yml

Modified: httpd/httpd/branches/2.4.x/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/.travis.yml?rev=1905041&r1=1905040&r2=1905041&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/.travis.yml (original)
+++ httpd/httpd/branches/2.4.x/.travis.yml Thu Nov  3 10:32:08 2022
@@ -268,13 +268,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 --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
@@ -282,7 +282,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
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, MPMs [event, worker], core + HTTP/2 test suite
       dist: focal