mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-24 12:06:02 +01:00
Fixes #423 and adds Ubuntu 24.04 to test matrix.
This commit is contained in:
parent
611308748b
commit
6d25f7a739
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -43,9 +43,9 @@ jobs:
|
||||
include:
|
||||
- distro: rockylinux9
|
||||
playbook: converge.yml
|
||||
- distro: ubuntu2204
|
||||
- distro: ubuntu2404
|
||||
playbook: converge.yml
|
||||
- distro: ubuntu2004
|
||||
- distro: ubuntu2204
|
||||
playbook: converge.yml
|
||||
- distro: debian12
|
||||
playbook: converge.yml
|
||||
|
@ -13,7 +13,6 @@ __php_packages:
|
||||
- php-pear
|
||||
- php-pecl-apcu
|
||||
- php-xml
|
||||
- php-xmlrpc
|
||||
__php_webserver_daemon: "httpd"
|
||||
|
||||
__php_conf_paths:
|
||||
|
Loading…
Reference in New Issue
Block a user