Skip to content

Commit

Permalink
restore DB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
justafish committed May 1, 2024
1 parent 9030f4b commit dfb01dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TestGitHubActions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "php_version: 8.1" >> pantheon.yml
echo "drush_version: 10" >> pantheon.yml
echo "database:" >> pantheon.yml
echo " version: 10.11" >> pantheon.yml
echo " version: 10.4" >> pantheon.yml
echo "enforce_https: full+subdomains" >> pantheon.yml
echo "build_step: false" >> pantheon.yml
Expand Down
2 changes: 1 addition & 1 deletion scaffold/pantheon/pantheon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ api_version: 1
web_docroot: true
php_version: 8.0
database:
version: 10.11
version: 10.4
drush_version: 11
build_step: false

0 comments on commit dfb01dc

Please sign in to comment.