Skip to content

Commit

Permalink
Merge pull request #199 from palantirnet/disable-pantheon-build-step
Browse files Browse the repository at this point in the history
explicitly disable Pantheon build step
  • Loading branch information
becw authored Nov 17, 2022
2 parents 25a3731 + 7382357 commit 0bb72de
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions defaults/install/pantheon.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Pantheon configuration file
# @see https://pantheon.io/docs/pantheon-yml

api_version: 1
web_docroot: true
php_version: 7.4
drush_version: 8
php_version: 8.1
drush_version: 11
build_step: false

0 comments on commit 0bb72de

Please sign in to comment.