Skip to content

Commit

Permalink
Updating github workflow to include 11.0.x and fix the prettier issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
apathak18 committed Jun 17, 2024
1 parent 3ea7d91 commit 7ec6065
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion modules/next/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ variables:
OPT_IN_TEST_PREVIOUS_MINOR: 1
OPT_IN_TEST_NEXT_MINOR: 1
OPT_IN_TEST_NEXT_MAJOR: 1

###################################################################################
#
# *
Expand Down
2 changes: 1 addition & 1 deletion modules/next/next.services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7ec6065

Please sign in to comment.