From 62b1e08083c50efeeb41dad9b3a3faadf25265a6 Mon Sep 17 00:00:00 2001 From: Ankit Pathak Date: Mon, 17 Jun 2024 11:44:02 +0530 Subject: [PATCH] Updating github workflow to include 11.0.x and fix the prettier issue. --- .github/workflows/next.yml | 6 ++++++ modules/next/.gitlab-ci.yml | 1 - modules/next/next.services.yml | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index d760149b..d429706d 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -22,11 +22,17 @@ jobs: - "10.0.x" - "10.1.x" - "10.2.x" + - "10.3.x" + - "11.0.x" exclude: - drupal: "10.0.x" php: "8.3" - drupal: "10.1.x" php: "8.3" + - drupal: "11.0.x" + php: "8.1" + - drupal: "11.0.x" + php: "8.2" name: Drupal ${{ matrix.drupal }} - PHP ${{ matrix.php }} services: mysql: diff --git a/modules/next/.gitlab-ci.yml b/modules/next/.gitlab-ci.yml index 3a47a0cc..fbc21c1d 100644 --- a/modules/next/.gitlab-ci.yml +++ b/modules/next/.gitlab-ci.yml @@ -57,7 +57,6 @@ variables: OPT_IN_TEST_PREVIOUS_MINOR: 1 OPT_IN_TEST_NEXT_MINOR: 1 OPT_IN_TEST_NEXT_MAJOR: 1 - ################################################################################### # # * diff --git a/modules/next/next.services.yml b/modules/next/next.services.yml index 7434c773..e2628724 100644 --- a/modules/next/next.services.yml +++ b/modules/next/next.services.yml @@ -21,7 +21,7 @@ services: '@config.factory', '@plugin.manager.next.site_previewer', '@plugin.manager.next.preview_url_generator', - '@logger.channel.next' + '@logger.channel.next', ] next.preview_secret_generator: class: Drupal\next\PreviewSecretGenerator