We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e478757 commit a7e3d12Copy full SHA for a7e3d12
.github/workflows/pr.yaml
@@ -113,7 +113,7 @@ jobs:
113
run: |
114
# We need a Drupal project to run drupal-check (cf. https://github.com/mglaman/drupal-check#usage)
115
# Install Drupal
116
- composer --no-interaction create-project drupal/recommended-project:^9 --stability=dev drupal
+ composer --no-interaction create-project drupal/recommended-project:^10 --stability=dev drupal
117
# Copy our module source code into the Drupal module folder.
118
mkdir -p drupal/web/modules/contrib/os2forms_sync
119
cp -r os2forms_sync.* composer.json src drupal/web/modules/contrib/os2forms_sync
0 commit comments