From 4adfa4f32204c61d202bd0574eef9f87039f63cc Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 00:18:14 +0100 Subject: [PATCH] Rollback to warning: 'Suggestion: Migrate your XML configuration using --migrate-configuration!' --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc039ed..bbeb7b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,6 @@ jobs: uses: php-actions/composer@v5 with: php_version: 7.3 - - run: ./vendor/bin/phpunit --migrate-configuration - name: PHPUnit tests uses: php-actions/phpunit@v2 with: