Skip to content

Commit

Permalink
Merge pull request #463 from manala/lazy-symfony_php_update
Browse files Browse the repository at this point in the history
[Lazy - Symfony] - Add PHP 8.2/8.3 support
  • Loading branch information
gfaivre authored Oct 18, 2024
2 parents 1c7148b + 0aaf327 commit 3ef5cad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lazy.symfony/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ system:
port: 8000
php:
# @option {"label": "Php version"}
# @schema {"enum": [8.1, "8.0", 7.4]}
# @schema {"enum": [8.3, 8.2, 8.1, "8.0", 7.4]}
version: ~
# @schema {"items": {"type": "string"}}
extensions: []
Expand Down
2 changes: 1 addition & 1 deletion lazy.symfony/test/.manala.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ system:
nginx:
version: 1.24
php:
version: 8.1
version: 8.3
extensions:
- bcmath
nodejs:
Expand Down

0 comments on commit 3ef5cad

Please sign in to comment.