Skip to content

Commit 694a21f

Browse files
committed
CI: Add test against the oldest supported APR/APR-util releases in
2.4.x, to avoid repeating PR 69954. GitHub: fixes #605 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1932007 13f79535-47bb-0310-9956-ffa450edef68
1 parent b7aad86 commit 694a21f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/linux.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ jobs:
9595
APU_CONFIG="--with-crypto --with-ldap"
9696
CLEAR_CACHE=1
9797
# -------------------------------------------------------------------------
98+
# Oldest supported APR/APR-util branches:
99+
- name: APR 1.4.8, APR-util 1.3.12
100+
config: --enable-mods-shared=reallyall
101+
env: |
102+
TEST_APR_TARBALL=yes
103+
APR_VERSION=1.4.8
104+
APU_VERSION=1.3.12
105+
APU_CONFIG="--with-crypto --with-ldap"
106+
# -------------------------------------------------------------------------
98107
- name: Pool-debug
99108
config: --enable-mods-shared=reallyall
100109
env: |

0 commit comments

Comments
 (0)