Skip to content

Commit

Permalink
Merge pull request #1579 from acquia/ACMS-1861
Browse files Browse the repository at this point in the history
ACMS-1861: Fix Drupal Check notices for Drupal 10.1
  • Loading branch information
vishalkhode1 authored Jun 23, 2023
2 parents 94ba297 + a06876f commit d362e20
Show file tree
Hide file tree
Showing 8 changed files with 397 additions and 295 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/acquia_cms_ci.workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:
../orca/bin/ci/after_failure.sh
../orca/bin/ci/after_script.sh
backstop_tests:
name: ${{ matrix.orca-job }} on PHP ${{ matrix.php-version }}
name: backstop ${{ matrix.orca-job }} on PHP ${{ matrix.php-version }}
runs-on: ubuntu-latest
env:
# Site test artifacts.
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,9 +159,6 @@
"drupal/scheduler": {
"3357836 - PHP 8.2 compatibility": "https://git.drupalcode.org/project/scheduler/-/merge_requests/85.patch"
},
"drupal/schema_metatag": {
"PHP fatal error": "https://git.drupalcode.org/project/schema_metatag/-/merge_requests/33.patch"
},
"drupal/schemata": {
"3358292 - PHP 8.2 compatibility": "https://git.drupalcode.org/project/schemata/-/merge_requests/8.patch"
},
Expand All @@ -173,6 +170,9 @@
},
"mglaman/drupal-check": {
"Add custom rules to bypass check for buildForm": "https://github.com/mglaman/drupal-check/pull/286.patch"
},
"stecman/symfony-console-completion": {
"Return type fix for stecman/symfony-console-completion": "https://github.com/stecman/symfony-console-completion/pull/94.patch"
}
}
},
Expand Down
Loading

0 comments on commit d362e20

Please sign in to comment.