Skip to content
This repository was archived by the owner on Dec 16, 2021. It is now read-only.

Commit 584b157

Browse files
greedybroKocalnervo
authored
Add PHP 7.4 support (#397) (#398)
* Add PHP 7.4 support (#397) * php 7.4: role apt * php 7.4: role opcache_dashboard * php 7.4: role php * php 7.4: role phpmyadmin * php 7.4: role phppgadmin * php 7.4: role phpredisadmin * php 7.4: role skeleton * php 7.4: forgot php fpm_pools configs Co-authored-by: Lod <46480794+greedybro@users.noreply.github.com> * Missing new "request_terminate_timeout_track_finished" 7.4 fpm option * Fix blackfire agent & client config templates * Fix changelog Co-authored-by: Hugo Alliaume <kocal@live.fr> Co-authored-by: nervo <nervo@nervo.net>
1 parent 53edff8 commit 584b157

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
### Added
9+
- PHP 7.4 support
10+
811
### Changed
912
- Php and nodejs default versions same across distribution releases
1013

defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ manala_skeleton_options:
2929
npm: false
3030
yarn: false
3131
php: false
32-
php_version: "7.3" # '5.6'|'7.0'|'7.1'|'7.2'|'7.3'
32+
php_version: "7.4" # '5.6'|'7.0'|'7.1'|'7.2'|'7.3'|'7.4'
3333
composer: false
3434
nginx: false
3535
supervisor: false

0 commit comments

Comments
 (0)