File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 9494 run : |
9595 # We need a Drupal project to run drupal-check (cf. https://github.com/mglaman/drupal-check#usage)
9696 # Install Drupal
97- composer --no-interaction create-project drupal/recommended-project:^9 --stability=dev drupal
97+ composer --no-interaction create-project drupal/recommended-project:^10 --stability=dev drupal
9898 # Copy our module source code into the Drupal module folder.
9999 mkdir -p drupal/web/modules/contrib/os2forms_failed_jobs
100100 cp -r os2forms_failed_jobs.* composer.json src drupal/web/modules/contrib/os2forms_failed_jobs
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ function os2forms_failed_jobs_update_9002(): void {
108108}
109109
110110/**
111- * Make job_id primary key in os2forms_failed_jobs_queue_submission_relation table.
111+ * Make job_id primary key in relation table.
112112 */
113113function os2forms_failed_jobs_update_9003(): void {
114114 $schema = \Drupal::database()->schema();
You can’t perform that action at this time.
0 commit comments