You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2023/03/15 14:13:09 UTC

svn commit: r1908415 - /httpd/httpd/trunk/.github/workflows/linux.yml

Author: ylavic
Date: Wed Mar 15 14:13:09 2023
New Revision: 1908415

URL: http://svn.apache.org/viewvc?rev=1908415&view=rev
Log:
Repurpose test for apr-1.8.x (1.7.x being tested elsewhere already).

Modified:
    httpd/httpd/trunk/.github/workflows/linux.yml

Modified: httpd/httpd/trunk/.github/workflows/linux.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.github/workflows/linux.yml?rev=1908415&r1=1908414&r2=1908415&view=diff
==============================================================================
--- httpd/httpd/trunk/.github/workflows/linux.yml (original)
+++ httpd/httpd/trunk/.github/workflows/linux.yml Wed Mar 15 14:13:09 2023
@@ -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