diff options
author | Yann Ylavic <ylavic@apache.org> | 2023-03-15 15:13:09 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2023-03-15 15:13:09 +0100 |
commit | 104061205ba4f6aa9e7eb358d1ea5fa9b8294cc1 (patch) | |
tree | c8933de694a61368e6671abc847db2509c2a8d58 /.github | |
parent | Update ErrorLogFormat CHANGES entry for the full story. (diff) | |
download | apache2-104061205ba4f6aa9e7eb358d1ea5fa9b8294cc1.tar.xz apache2-104061205ba4f6aa9e7eb358d1ea5fa9b8294cc1.zip |
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.yml | 4 |
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 |