From: Yann Ylavic Date: Wed, 15 Mar 2023 14:13:09 +0000 (+0000) Subject: Repurpose test for apr-1.8.x (1.7.x being tested elsewhere already). X-Git-Tag: 2.5.0-alpha2-ci-test-only~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=104061205ba4f6aa9e7eb358d1ea5fa9b8294cc1;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index b4e52486d58..cf1126ea734 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