Skip to content

Commit 1ebe57b

Browse files
committed
CI: Add test against apr/apr-util 1.3.x, the oldest supported versions.
1 parent 721bd43 commit 1ebe57b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/linux.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ jobs:
9595
APU_CONFIG="--with-crypto --with-ldap"
9696
CLEAR_CACHE=1
9797
# -------------------------------------------------------------------------
98+
- name: APR 1.3.13, APR-util 1.3.13
99+
config: --enable-mods-shared=reallyall
100+
env: |
101+
APR_VERSION=1.3.13
102+
APU_VERSION=1.3.13
103+
APU_CONFIG="--with-crypto --with-ldap"
104+
# -------------------------------------------------------------------------
98105
- name: Pool-debug
99106
config: --enable-mods-shared=reallyall
100107
env: |

0 commit comments

Comments
 (0)