]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1918150 from trunk: [CTR for CI changes]
authorJoe Orton <jorton@apache.org>
Mon, 17 Jun 2024 08:20:54 +0000 (08:20 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 17 Jun 2024 08:20:54 +0000 (08:20 +0000)
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918380 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 991236838ffb8671eca6387bedb980c3472bb56d..1a883c8c23ce3407ef4c09308a80c93515e4df0a 100644 (file)
@@ -21,6 +21,8 @@ on:
 env:
   MARGS: "-j2"
   CFLAGS: "-g"
+  # This will need updating as the ubuntu-latest image changes:
+  PHP_FPM: "/usr/sbin/php-fpm8.1"
 
 jobs:
   build: