Skip to content

Commit e9231ff

Browse files
committed
CI: Update to test against OpenSSL 3.4 and 3.5.0-beta1
Github: closes #525 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1924911 13f79535-47bb-0310-9956-ffa450edef68
1 parent d7cec16 commit e9231ff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/linux.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -285,31 +285,31 @@ jobs:
285285
APU_CONFIG="--without-crypto"
286286
pkgs: subversion
287287
# -------------------------------------------------------------------------
288-
- name: OpenSSL 3.2 -Werror
288+
- name: OpenSSL 3.4 -Werror
289289
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
290290
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
291291
env: |
292-
TEST_OPENSSL3=3.2.2
292+
TEST_OPENSSL3=3.4.1
293293
APR_VERSION=1.7.4
294294
APU_VERSION=1.6.3
295295
APU_CONFIG="--without-crypto"
296296
pkgs: subversion
297297
# -------------------------------------------------------------------------
298-
- name: OpenSSL 3.2 no-engine
298+
- name: OpenSSL 3.4 no-engine
299299
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
300300
env: |
301-
TEST_OPENSSL3=3.2.2
301+
TEST_OPENSSL3=3.4.1
302302
OPENSSL_CONFIG=no-engine
303303
APR_VERSION=1.7.4
304304
APU_VERSION=1.6.3
305305
APU_CONFIG="--without-crypto"
306306
pkgs: subversion
307307
# -------------------------------------------------------------------------
308-
- name: OpenSSL 3.3 no-engine -Werror
308+
- name: OpenSSL 3.5 (beta) no-engine -Werror
309309
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
310310
notest-cflags: -Werror -O2
311311
env: |
312-
TEST_OPENSSL3=3.3.2
312+
TEST_OPENSSL3=3.5.0-beta1
313313
OPENSSL_CONFIG=no-engine
314314
APR_VERSION=1.7.4
315315
APU_VERSION=1.6.3

0 commit comments

Comments
 (0)