]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).
authorJoe Orton <jorton@apache.org>
Tue, 4 Jun 2024 16:52:01 +0000 (16:52 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 4 Jun 2024 16:52:01 +0000 (16:52 +0000)
Github: closes #453

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918150 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/linux.yml

index 54dcd7b0b32119b2b3067be397c2396784970130..0e42a0d349793b257ed47cf502d8fb6d5aba7e09 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: