From b8c06b926c9daa06f15283377930d41ed0e53bc9 Mon Sep 17 00:00:00 2001 From: Wolfgang Ziegler Date: Tue, 16 Apr 2024 13:01:28 +0200 Subject: [PATCH] tests: fix tests to work after updates --- .github/workflows/test-drupal-setup.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-drupal-setup.yml b/.github/workflows/test-drupal-setup.yml index 34ce83f289..93451cc2bd 100644 --- a/.github/workflows/test-drupal-setup.yml +++ b/.github/workflows/test-drupal-setup.yml @@ -37,6 +37,7 @@ jobs: - name: Install composer dependencies. run: | composer config platform-check false + composer config --no-plugins allow-plugins.phpstan/extension-installer true composer create-project composer install - name: Setup the environment @@ -54,4 +55,4 @@ jobs: docker-compose exec cli phapp install --no-build - name: Check connection and response of the site run: | - curl -v http://example.drupal-project.localdev.space | grep "Drupal 9" + curl -v http://example.drupal-project.localdev.space | grep "Drupal 10"