Skip to content

Commit

Permalink
[Elao - App - Docker] Php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nervo committed Apr 12, 2024
1 parent cb0bfa2 commit c381053
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion elao.app.docker/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ system:
configs: []
php:
# @option {"label": "Php version"}
# @schema {"enum": [null, 8.2, 8.1, "8.0", 7.4, 7.3, 7.2, 7.1, "7.0", 5.6]}
# @schema {"enum": [null, 8.3, 8.2, 8.1, "8.0", 7.4, 7.3, 7.2, 7.1, "7.0", 5.6]}
version: ~
# @schema {"items": {"type": "string"}}
extensions: []
Expand Down
4 changes: 2 additions & 2 deletions elao.app.docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ system:
# }
# }
php:
version: 8.2
version: 8.3
# composer:
# version: 1 # Optional
extensions:
Expand Down Expand Up @@ -497,7 +497,7 @@ deliveries:
#deploy_remove:
# - web/app_dev.php
deploy_post_tasks:
- shell: sudo /bin/systemctl reload php8.2-fpm
- shell: sudo /bin/systemctl reload php8.3-fpm
#- shell: sudo /bin/systemctl restart supervisor
# GitHub
github_ssh_key_secret: SSH_DEPLOY_KEY_PRODUCTION
Expand Down
2 changes: 1 addition & 1 deletion elao.app.docker/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ system:
}
}
php:
version: 8.2
version: 8.3
extensions:
- mysql
configs:
Expand Down

0 comments on commit c381053

Please sign in to comment.