Skip to content

Commit

Permalink
php
Browse files Browse the repository at this point in the history
php 8.3 is now default.
  • Loading branch information
QROkes committed Jun 11, 2024
1 parent f39e905 commit a3fcc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Webinoly provides a set of tools and commands that facilitate web server adminis
- Unique commands to create, delete, disable sites.
- Free SSL certificates for your sites with Let’s Encrypt and automatic server configuration.
- HTTP/3 dramatically increases the speed of serving your content.
- PHP v8.2 and support for earlier versions if needed (8.1, 8.0 and 7.4) or the newest 8.3.
- PHP v8.3 and support for earlier versions if needed (8.2, 8.1, 8.0 and 7.4).
- FastCGI Cache and Redis Object Cache for your WordPress sites.
- Install WP in any subfolder and support for external databases, multisite and domain mapping.
- Reverse Proxy for any app (Java, React, Node, Angular, Vue, etc) or to use your own domain with any external file repo like S3.
Expand Down
2 changes: 1 addition & 1 deletion lib/general
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readonly app_version="1.18.0"
readonly svr_version="1.9"
readonly os_ubuntu_supported=(focal jammy noble) # https://ubuntu.com/about/release-cycle
readonly php_supported=(7.4 8.0 8.1 8.2 8.3) # https://www.php.net/supported-versions.php
readonly php_default="8.2"
readonly php_default="8.3"
readonly mariadb_supported=(10.6 10.11 11.4) # https://mariadb.com/kb/en/mariadb-server-release-dates/
readonly mariadb_default="11.4"
readonly mysql_supported=(8.0)
Expand Down

0 comments on commit a3fcc2b

Please sign in to comment.