]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Update to test against OpenSSL 3.4 and 3.5.0-beta1
authorJoe Orton <jorton@apache.org>
Mon, 7 Apr 2025 14:25:59 +0000 (14:25 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 7 Apr 2025 14:25:59 +0000 (14:25 +0000)
Github: closes #525

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924911 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 50433612e67c4e2ee3ea20e040b4e37249494c06..37c1f439d134c200cad30ed5513399253f38559d 100644 (file)
@@ -285,31 +285,31 @@ jobs:
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------
-          - name: OpenSSL 3.2 -Werror
+          - name: OpenSSL 3.4 -Werror
             config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
             notest-cflags: -Werror -O2 -Wno-deprecated-declarations
             env: |
-              TEST_OPENSSL3=3.2.2
+              TEST_OPENSSL3=3.4.1
               APR_VERSION=1.7.4
               APU_VERSION=1.6.3
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------
-          - name: OpenSSL 3.2 no-engine
+          - name: OpenSSL 3.4 no-engine
             config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
             env: |
-              TEST_OPENSSL3=3.2.2
+              TEST_OPENSSL3=3.4.1
               OPENSSL_CONFIG=no-engine
               APR_VERSION=1.7.4
               APU_VERSION=1.6.3
               APU_CONFIG="--without-crypto"
             pkgs: subversion
           # -------------------------------------------------------------------------
-          - name: OpenSSL 3.3 no-engine -Werror
+          - name: OpenSSL 3.5 (beta) no-engine -Werror
             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.2
+              TEST_OPENSSL3=3.5.0-beta1
               OPENSSL_CONFIG=no-engine
               APR_VERSION=1.7.4
               APU_VERSION=1.6.3