Skip to content

Commit

Permalink
[CORE-2200] Request new mariadb, don't patch core (#4)
Browse files Browse the repository at this point in the history
* Request new mariadb, don't patch core
  • Loading branch information
mbaynton authored Dec 1, 2020
1 parent c53e0a0 commit 5ebb134
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"enable-patching": true,
"installer-paths": {
"web/core": ["type:drupal-core"],
"web/libraries/{$name}": ["type:drupal-library"],
Expand All @@ -32,11 +31,6 @@
"drush/Commands/contrib/{$name}": ["type:drupal-drush"],
"web/private/scripts/quicksilver/{$name}/": ["type:quicksilver-script"]
},
"patches": {
"drupal/core": {
"db version": "https://raw.githubusercontent.com/stevector/drupal-9-project/master/patches/issue-2--mariadb-version.patch"
}
},
"composer-exit-on-patch-failure": true,
"patchLevel": {
"drupal/core": "-p2"
Expand Down
2 changes: 2 additions & 0 deletions pantheon.upstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ web_docroot: true
# See https://pantheon.io/docs/pantheon-yml/#enforce-https--hsts for valid values.
enforce_https: transitional
php_version: 7.4
database:
version: 10.4
drush_version: 10
build_step: true
protected_web_paths:
Expand Down

0 comments on commit 5ebb134

Please sign in to comment.