-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'Lullabot:main' into plopesc-patch-7
- Loading branch information
Showing
39 changed files
with
1,756 additions
and
1,220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ concurrency: | |
|
||
jobs: | ||
Build: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
strategy: | ||
matrix: | ||
drupal-version: [ 10, 11 ] | ||
|
@@ -41,15 +41,15 @@ jobs: | |
ddev config --nodejs-version "22" | ||
ddev config --corepack-enable | ||
ddev start | ||
ddev composer config extra.drupal-scaffold.gitignore true | ||
ddev composer config --json extra.drupal-scaffold.allowed-packages '["lullabot/drainpipe-dev", "lullabot/drainpipe"]' | ||
ddev composer config --no-plugins allow-plugins.composer/installers true | ||
ddev composer config --no-plugins allow-plugins.drupal/core-composer-scaffold true | ||
ddev composer config --no-plugins allow-plugins.lullabot/drainpipe true | ||
ddev composer config --no-plugins allow-plugins.lullabot/drainpipe-dev true | ||
ddev composer config repositories.drainpipe --json '{"type": "path", "url": "drainpipe", "options": {"symlink": false}}' | ||
ddev composer config repositories.drainpipe-dev --json '{"type": "path", "url": "drainpipe-dev", "options": {"symlink": false}}' | ||
ddev composer config minimum-stability dev | ||
ddev exec --raw composer config extra.drupal-scaffold.gitignore true | ||
ddev exec --raw composer config --json extra.drupal-scaffold.allowed-packages '["lullabot/drainpipe-dev", "lullabot/drainpipe"]' | ||
ddev exec --raw composer config --no-plugins allow-plugins.composer/installers true | ||
ddev exec --raw composer config --no-plugins allow-plugins.drupal/core-composer-scaffold true | ||
ddev exec --raw composer config --no-plugins allow-plugins.lullabot/drainpipe true | ||
ddev exec --raw composer config --no-plugins allow-plugins.lullabot/drainpipe-dev true | ||
ddev exec --raw composer config repositories.drainpipe --json '{"type": "path", "url": "drainpipe", "options": {"symlink": false}}' | ||
ddev exec --raw composer config repositories.drainpipe-dev --json '{"type": "path", "url": "drainpipe-dev", "options": {"symlink": false}}' | ||
ddev exec --raw composer config minimum-stability dev | ||
ddev composer require "lullabot/drainpipe @dev" --with-all-dependencies | ||
ddev composer require "lullabot/drainpipe-dev @dev" --dev --with-all-dependencies | ||
git config --global user.email "[email protected]" | ||
|
@@ -91,7 +91,7 @@ jobs: | |
path: /tmp/drainpipe.zip | ||
|
||
Test-NPM: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: Build | ||
strategy: | ||
matrix: | ||
|
@@ -139,7 +139,7 @@ jobs: | |
path: test_result | ||
|
||
Test-Yarn-Classic: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: Build | ||
strategy: | ||
matrix: | ||
|
@@ -190,7 +190,7 @@ jobs: | |
path: test_result | ||
|
||
Test-Yarn-3-Node-Linker: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: Build | ||
strategy: | ||
matrix: | ||
|
@@ -241,7 +241,7 @@ jobs: | |
path: test_result | ||
|
||
Test-Yarn-4-Node-Linker: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: Build | ||
strategy: | ||
matrix: | ||
|
@@ -293,7 +293,7 @@ jobs: | |
path: test_result | ||
|
||
Test-Yarn-3: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: Build | ||
strategy: | ||
matrix: | ||
|
@@ -350,7 +350,7 @@ jobs: | |
path: test_result | ||
|
||
Test-Yarn-4: | ||
runs-on: ubuntu-22.04 | ||
runs-on: ubuntu-24.04 | ||
needs: Build | ||
strategy: | ||
matrix: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.