Skip to content

Commit b8de59a

Browse files
committed
CI: Bump versions tested to APR 1.7.6, OpenSSL 3.5.0.
Github: closes #530 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1925588 13f79535-47bb-0310-9956-ffa450edef68
1 parent bf19cfe commit b8de59a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/linux.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ jobs:
8080
TEST_INSTALL=1
8181
SKIP_TESTING=1
8282
# -------------------------------------------------------------------------
83-
- name: All-modules, APR 1.7.4, APR-util 1.6.3
83+
- name: All-modules, APR 1.7.6, APR-util 1.6.3
8484
config: --enable-mods-shared=reallyall
8585
env: |
86-
APR_VERSION=1.7.4
86+
APR_VERSION=1.7.6
8787
APU_VERSION=1.6.3
8888
APU_CONFIG="--with-crypto --with-ldap"
8989
# -------------------------------------------------------------------------
@@ -163,11 +163,11 @@ jobs:
163163
BUILDCONFIG="--with-regen-expr"
164164
MFLAGS=
165165
# -------------------------------------------------------------------------
166-
- name: APR 1.7.4, APR-util 1.6.3, LDAP
166+
- name: APR 1.7.6, APR-util 1.6.3, LDAP
167167
config: --enable-mods-shared=reallyall
168168
pkgs: ldap-utils
169169
env: |
170-
APR_VERSION=1.7.4
170+
APR_VERSION=1.7.6
171171
APU_VERSION=1.6.3
172172
APU_CONFIG="--with-crypto --with-ldap"
173173
TEST_MALLOC=1
@@ -227,7 +227,7 @@ jobs:
227227
config: --enable-mods-shared=reallyall --with-mpm=event --enable-mpms-shared=all
228228
pkgs: curl python3-pytest nghttp2-client python3-cryptography python3-requests python3-multipart python3-filelock python3-websockets
229229
env: |
230-
APR_VERSION=1.7.4
230+
APR_VERSION=1.7.6
231231
APU_VERSION=1.6.3
232232
APU_CONFIG="--with-crypto"
233233
NO_TEST_FRAMEWORK=1
@@ -244,7 +244,7 @@ jobs:
244244
# python3-pytest nghttp2-client python3-cryptography python3-requests python3-filelock
245245
# golang-1.17 curl
246246
# env: |
247-
# APR_VERSION=1.7.4
247+
# APR_VERSION=1.7.6
248248
# APU_VERSION=1.6.3
249249
# APU_CONFIG="--with-crypto"
250250
# GOROOT=/usr/lib/go-1.17
@@ -280,7 +280,7 @@ jobs:
280280
config: --enable-mods-shared=most --enable-maintainer-mode --disable-md --disable-http2 --disable-ldap --disable-crypto
281281
env: |
282282
TEST_OPENSSL3=3.1.7
283-
APR_VERSION=1.7.4
283+
APR_VERSION=1.7.6
284284
APU_VERSION=1.6.3
285285
APU_CONFIG="--without-crypto"
286286
pkgs: subversion
@@ -290,7 +290,7 @@ jobs:
290290
notest-cflags: -Werror -O2 -Wno-deprecated-declarations
291291
env: |
292292
TEST_OPENSSL3=3.4.1
293-
APR_VERSION=1.7.4
293+
APR_VERSION=1.7.6
294294
APU_VERSION=1.6.3
295295
APU_CONFIG="--without-crypto"
296296
pkgs: subversion
@@ -300,18 +300,18 @@ jobs:
300300
env: |
301301
TEST_OPENSSL3=3.4.1
302302
OPENSSL_CONFIG=no-engine
303-
APR_VERSION=1.7.4
303+
APR_VERSION=1.7.6
304304
APU_VERSION=1.6.3
305305
APU_CONFIG="--without-crypto"
306306
pkgs: subversion
307307
# -------------------------------------------------------------------------
308-
- name: OpenSSL 3.5 (beta) no-engine -Werror
308+
- name: OpenSSL 3.5 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.5.0-beta1
312+
TEST_OPENSSL3=3.5.0
313313
OPENSSL_CONFIG=no-engine
314-
APR_VERSION=1.7.4
314+
APR_VERSION=1.7.6
315315
APU_VERSION=1.6.3
316316
APU_CONFIG="--without-crypto"
317317
pkgs: subversion

0 commit comments

Comments
 (0)