summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-15 14:13:09 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-15 14:13:09 +0000
commit104061205ba4f6aa9e7eb358d1ea5fa9b8294cc1 (patch)
treec8933de694a61368e6671abc847db2509c2a8d58 /.github
parent7a34a114dc2ba024b38fd5325bf7558262b3f988 (diff)
downloadhttpd-104061205ba4f6aa9e7eb358d1ea5fa9b8294cc1.tar.gz
Repurpose test for apr-1.8.x (1.7.x being tested elsewhere already).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1908415 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index b4e52486d5..cf1126ea73 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -79,10 +79,10 @@ jobs:
APU_VERSION=1.6.3
APU_CONFIG="--with-crypto --with-ldap"
# -------------------------------------------------------------------------
- - name: APR 1.7.x, APR-util 1.7.x
+ - name: APR 1.8.x, APR-util 1.7.x
config: --enable-mods-shared=reallyall
env: |
- APR_VERSION=1.7.x
+ APR_VERSION=1.8.x
APU_VERSION=1.7.x
APU_CONFIG="--with-crypto --with-ldap"
CLEAR_CACHE=1