diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dd4393b6..1a839cdf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,10 +28,6 @@ jobs: tools: composer:v2 coverage: none - - name: Mimic PHP 8.0 - run: composer config platform.php 8.0.999 - if: matrix.php > 8 - - name: Setup Problem Matches run: | echo "::add-matcher::${{ runner.tool_cache }}/php.json"