From 5c91798d59c5b913b9bb7a731014b3ccc0f3b008 Mon Sep 17 00:00:00 2001 From: Sander van Hooft Date: Thu, 16 Feb 2023 13:00:10 +0100 Subject: [PATCH] wip --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a825e73..6da862f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,9 +37,9 @@ jobs: composer require "illuminate/contracts=^${{ matrix.laravel }}" --no-update composer update --prefer-dist --no-interaction --no-progress - - name: Migrate test configuration - if: laravel == '10.0' - run: vendor/bin/phpunit --migrate-configuration +# - name: Migrate test configuration +# if: ${{ matrix.laravel }} == '10.0' +# run: vendor/bin/phpunit --migrate-configuration - name: Execute tests run: vendor/bin/phpunit