summaryrefslogtreecommitdiffstats
path: root/.github/workflows/linux.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2024-06-04 18:52:01 +0200
committerJoe Orton <jorton@apache.org>2024-06-04 18:52:01 +0200
commit71202d890a49eba195c46c4348cdc61d776b103c (patch)
tree20fdd3147b4c7f24eb3441c608b1114ef86de6cf /.github/workflows/linux.yml
parentAdd avif mime type (diff)
downloadapache2-71202d890a49eba195c46c4348cdc61d776b103c.tar.xz
apache2-71202d890a49eba195c46c4348cdc61d776b103c.zip
CI: Set the path to php-fpm so it's found by proxy_fcgi.t (after r1918149).
Github: closes #453 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918150 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows/linux.yml')
-rw-r--r--.github/workflows/linux.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 54dcd7b0b3..0e42a0d349 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -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: