Skip to content

Commit 3277881

Browse files
committed
Retry OpenSSL 3.2 testing after r1916067.
1 parent fed3652 commit 3277881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linux.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -275,19 +275,19 @@ jobs:
275275
APU_VERSION=1.6.3
276276
APU_CONFIG="--without-crypto"
277277
# -------------------------------------------------------------------------
278-
- name: OpenSSL 3.1 -Werror build
278+
- name: OpenSSL 3.2 -Werror build
279279
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
280280
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
281281
env: |
282-
TEST_OPENSSL3=3.1.5
282+
TEST_OPENSSL3=3.2.1
283283
APR_VERSION=1.7.4
284284
APU_VERSION=1.6.3
285285
APU_CONFIG="--without-crypto"
286286
# -------------------------------------------------------------------------
287-
- name: OpenSSL 3.1 no-engine build
287+
- name: OpenSSL 3.2 no-engine build
288288
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
289289
env: |
290-
TEST_OPENSSL3=3.1.5
290+
TEST_OPENSSL3=3.2.1
291291
OPENSSL_CONFIG=no-engine
292292
APR_VERSION=1.7.4
293293
APU_VERSION=1.6.3

0 commit comments

Comments
 (0)