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
This commit is contained in:
Joe Orton
2024-06-04 16:52:01 +00:00
parent ff5aa488fb
commit 71202d890a

View 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: