Skip to content

Commit

Permalink
Set PHP version to 8.1
Browse files Browse the repository at this point in the history
** Why are these changes being introduced:

* PHP 8.0 is currently only receiving maintenance updates, and we want
  to understand whether our application and plugins will function
  correctly on a future version of PHP.

** Relevant ticket(s):

* https://mitlibraries.atlassian.net/browse/pw-11

** How does this address that need:

* This updates the version of PHP used to 8.1, which is still under
  active development by the community.

** Document any side effects to this change:

* I guess we will see. We have many questions about what might break if
  we do this upgrade.
  • Loading branch information
matt-bernhardt committed Jul 6, 2023
1 parent fea17c3 commit 88c2242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pantheon.upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ api_version: 1
web_docroot: true
# See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values.
enforce_https: transitional
php_version: 8.0
php_version: 8.1
database:
version: 10.4
build_step: true
Expand Down

0 comments on commit 88c2242

Please sign in to comment.