Skip to content

Commit

Permalink
php-fpm is in fact pre-installed in the image, so always test it.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Jun 4, 2024
1 parent 05cbe41 commit 8dc52d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -50,9 +52,6 @@ jobs:
# -------------------------------------------------------------------------
- name: Event MPM, mod_cgid only, php-fpm
config: --enable-mods-shared=reallyall --with-mpm=event --disable-cgi
pkgs: php8.1-fpm
env: |
PHP_FPM=/usr/sbin/php-fpm8.1
# -------------------------------------------------------------------------
- name: Event MPM, all-modules, no CMSG_DATA
config: --enable-mods-shared=reallyall --with-mpm=event ac_cv_have_decl_CMSG_DATA=no
Expand Down

0 comments on commit 8dc52d4

Please sign in to comment.