Skip to content

Commit cfd02e0

Browse files
committed
Update github actions
1 parent 39a2ef2 commit cfd02e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
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

os2forms_failed_jobs.install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*/
113113
function os2forms_failed_jobs_update_9003(): void {
114114
$schema = \Drupal::database()->schema();

0 commit comments

Comments
 (0)