Skip to content

Commit 000dcb9

Browse files
committed
Try OpenSSL 3.1.5.
1 parent d47e559 commit 000dcb9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linux.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,22 +31,22 @@ jobs:
3131
- name: OpenSSL 3.2 build
3232
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
3333
env: |
34-
TEST_OPENSSL3=3.2.1
34+
TEST_OPENSSL3=3.1.5
3535
APR_VERSION=1.7.4
3636
APU_VERSION=1.6.3
3737
APU_CONFIG="--without-crypto"
3838
- name: OpenSSL 3.2 -Werror build
3939
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
4040
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
4141
env: |
42-
TEST_OPENSSL3=3.2.1
42+
TEST_OPENSSL3=3.1.5
4343
APR_VERSION=1.7.4
4444
APU_VERSION=1.6.3
4545
APU_CONFIG="--without-crypto"
4646
- name: OpenSSL 3.2 no-engine build
4747
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
4848
env: |
49-
TEST_OPENSSL3=3.2.1
49+
TEST_OPENSSL3=3.1.5
5050
OPENSSL_CONFIG=no-engine
5151
APR_VERSION=1.7.4
5252
APU_VERSION=1.6.3

0 commit comments

Comments
 (0)