From 59a21ec38b05ba7fcfabcafe3eca9aadead15076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Perona?= Date: Wed, 20 Nov 2024 09:09:51 -0500 Subject: [PATCH] update config --- .github/workflows/test_plugin_legacy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test_plugin_legacy.yml b/.github/workflows/test_plugin_legacy.yml index f6938f68..4e7b6189 100644 --- a/.github/workflows/test_plugin_legacy.yml +++ b/.github/workflows/test_plugin_legacy.yml @@ -66,9 +66,6 @@ jobs: - name: Setup problem matchers for PHPUnit run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - name: Remove unmet dependencies by legacy versions - run: composer remove --dev --no-scripts coenjacobs/mozart - - name: Require PHPUnit 7.5 for WP compatibility run: composer require --dev --no-scripts phpunit/phpunit "^7.5" -W