Skip to content

Commit

Permalink
Update Drupal Core to v10.2.2 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2024
1 parent d953359 commit d9551c9
Show file tree
Hide file tree
Showing 5 changed files with 151 additions and 151 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/drupal-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
docker compose pull --ignore-pull-failures
- name: Install test harness
run: |
yarn add leia-parser mocha chai command-line-test
yarn add leia-parser mocha chai@4 command-line-test
- name: Generate test files
run: |
yarn leia "TESTING*.md" test -r 2 -s 'Start up tests' -t 'Verification commands' -c 'Destroy tests' --split-file
Expand Down
11 changes: 6 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"amazeeio/drupal_integrations": "0.4.0",
"composer/installers": "2.2.0",
"cweagans/composer-patches": "1.7.3",
"drupal/core-composer-scaffold": "10.2.0",
"drupal/core-project-message": "10.2.0",
"drupal/core-recommended": "10.2.0",
"drupal/core-composer-scaffold": "10.2.2",
"drupal/core-project-message": "10.2.2",
"drupal/core-recommended": "10.2.2",
"drupal/lagoon_logs": "3.0.0",
"drush/drush": "12.4.3",
"zaporylie/composer-drupal-optimizations": "1.2.0"
Expand All @@ -42,7 +42,8 @@
"drupal/core-project-message": true,
"zaporylie/composer-drupal-optimizations": true,
"dealerdirect/phpcodesniffer-composer-installer": true,
"phpstan/extension-installer": true
"phpstan/extension-installer": true,
"php-http/discovery": true
}
},
"extra": {
Expand All @@ -69,6 +70,6 @@
}
},
"require-dev": {
"drupal/core-dev-pinned": "10.2.0"
"drupal/core-dev-pinned": "10.2.2"
}
}
Loading

0 comments on commit d9551c9

Please sign in to comment.