Skip to content

Commit 442e556

Browse files
authored
[elao.app] PHP 8.1 (#172)
1 parent 6226e94 commit 442e556

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

elao.app/.manala.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ system:
8080
configs: []
8181
php:
8282
# @option {"label": "Php version"}
83-
# @schema {"enum": [null, "8.0", 7.4, 7.3, 7.2, 7.1, "7.0", 5.6]}
83+
# @schema {"enum": [null, 8.1, "8.0", 7.4, 7.3, 7.2, 7.1, "7.0", 5.6]}
8484
version: ~
8585
# @schema {"items": {"type": "string"}}
8686
extensions: []

elao.app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ system:
167167
# }
168168
# }
169169
php:
170-
version: "8.0"
170+
version: 8.1
171171
# composer:
172172
# version: 1 # Optional
173173
extensions:
@@ -515,7 +515,7 @@ releases:
515515
#deploy_removed:
516516
# - web/app_dev.php
517517
deploy_post_tasks:
518-
- shell: sudo /bin/systemctl reload php8.0-fpm
518+
- shell: sudo /bin/systemctl reload php8.1-fpm
519519
#- shell: sudo /bin/systemctl restart supervisor
520520
521521
- << : *release

0 commit comments

Comments
 (0)