We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721bd43 commit 1ebe57bCopy full SHA for 1ebe57b
1 file changed
.github/workflows/linux.yml
@@ -95,6 +95,13 @@ jobs:
95
APU_CONFIG="--with-crypto --with-ldap"
96
CLEAR_CACHE=1
97
# -------------------------------------------------------------------------
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
+ # -------------------------------------------------------------------------
105
- name: Pool-debug
106
config: --enable-mods-shared=reallyall
107
env: |
0 commit comments