-
-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build and deprecated usages of excludes_analyse (#235)
- Loading branch information
Showing
5 changed files
with
12 additions
and
51 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,20 +48,10 @@ jobs: | |
- name: Remove vendor directory for integration testing | ||
run: rm -rf vendor | ||
- name: Setup Drupal | ||
run: | | ||
COMPOSER_MEMORY_LIMIT=-1 composer create-project drupal/recommended-project:${{ matrix.drupal }} ~/drupal --no-interaction | ||
cd ~/drupal | ||
composer config minimum-stability dev | ||
composer config prefer-stable true | ||
composer config preferred-install dist | ||
composer config repositories.0 "{\"type\": \"path\", \"url\": \"$GITHUB_WORKSPACE\", \"options\": {\"symlink\": false}}" | ||
composer config repositories.1 composer https://packages.drupal.org/8 | ||
COMPOSER_MEMORY_LIMIT=-1 composer require drupal/core-dev:${{ matrix.drupal }} --with-all-dependencies | ||
- name: "Add phpspec/prophecy-phpunit" | ||
run: | | ||
cd ~/drupal | ||
COMPOSER_MEMORY_LIMIT=-1 composer require --dev phpspec/prophecy-phpunit:^2 | ||
if: ${{ matrix.drupal == '^9.0' }} | ||
uses: bluehorndigital/[email protected] | ||
with: | ||
version: ${{ matrix.drupal }} | ||
path: ~/drupal | ||
- name: "require drupal-check" | ||
run: | | ||
cd ~/drupal | ||
|
@@ -102,20 +92,10 @@ jobs: | |
tools: composer:v2 | ||
extensions: dom, curl, libxml, mbstring, zip, pdo, mysql, pdo_mysql, bcmath, gd, exif, iconv | ||
- name: Setup Drupal | ||
run: | | ||
COMPOSER_MEMORY_LIMIT=-1 composer create-project drupal/recommended-project:${{ matrix.drupal }} ~/drupal --no-interaction | ||
cd ~/drupal | ||
composer config minimum-stability dev | ||
composer config prefer-stable true | ||
composer config preferred-install dist | ||
composer config repositories.0 "{\"type\": \"path\", \"url\": \"$GITHUB_WORKSPACE\", \"options\": {\"symlink\": false}}" | ||
composer config repositories.1 composer https://packages.drupal.org/8 | ||
COMPOSER_MEMORY_LIMIT=-1 composer require drupal/core-dev:${{ matrix.drupal }} --with-all-dependencies | ||
- name: "Add phpspec/prophecy-phpunit" | ||
run: | | ||
cd ~/drupal | ||
COMPOSER_MEMORY_LIMIT=-1 composer require --dev phpspec/prophecy-phpunit:^2 | ||
if: ${{ matrix.drupal == '^9.0' }} | ||
uses: bluehorndigital/[email protected] | ||
with: | ||
version: ${{ matrix.drupal }} | ||
path: ~/drupal | ||
- name: "require drupal-check" | ||
run: | | ||
cd ~/drupal | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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