pantheon-systems / terminus-build-tools-plugin

Manage multidev environments for a Pantheon site using a GitHub PR workflow.
83 stars 68 forks source link

Using ${var} in strings is deprecated #474

Closed aaronbauman closed 1 year ago

aaronbauman commented 1 year ago

Couple different deprecation warnings during build deploy to pantheon step:

GithubActionsProvider line 96:

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/tester/.terminus/terminus-dependencies-e227447905/vendor/pantheon-systems/terminus-build-tools-plugin/src/ServiceProviders/CIProviders/GithubActions/GithubActionsProvider.php on line 96

BitbucketProvider line 75:

Deprecated: Using ${var} in strings is deprecated, use {$var} instead in /home/tester/.terminus/terminus-dependencies-e227447905/vendor/pantheon-systems/terminus-build-tools-plugin/src/ServiceProviders/RepositoryProviders/Bitbucket/BitbucketProvider.php on line 75
aaronbauman commented 1 year ago

nvm, this was fixed.