Skip to content

Commit

Permalink
PHP 8.1 Default (#771)
Browse files Browse the repository at this point in the history
Set php_version ansible variable to 8.1 by default.
  • Loading branch information
jonpugh authored Aug 29, 2023
1 parent 3b6c8c3 commit 31f3189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vars.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ devshop_cli_skip_update: true
devmaster_skip_upgrade: true

# The default for local development.
php_version: "8.0"
php_version: "8.1"

xdebug_enabled: true
php_xdebug_remote_enable: true
Expand Down
4 changes: 3 additions & 1 deletion vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
#
---

#@TODO: Remove this. It overrides everything, even hostvars.

# The default version of PHP to use.
# This must be 8.0 for now. Our containers are stuck at 18.04, which as of April 2023, no longer has any php packages available.
# The current play.yml doesn't run the PHP role on docker run so it doesn't fail.
# It does use this var to check that the right version of PHP is installed. This has to match the container image version to pass, since it won't install a new version.
php_version: "8.0"
# php_version: "8.0"

0 comments on commit 31f3189

Please sign in to comment.