From eab7a0df01fe2344d172bff4cd6dbd3f8b84ad15 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sat, 4 Dec 2021 23:24:31 +0000 Subject: [PATCH] Removed old CI hack for PHP 8.1 --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e325c3f..b4be72a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,10 +27,6 @@ jobs: - name: Setup Problem Matchers run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - - name: Mimic PHP 8.0 - run: composer config platform.php 8.0.999 - if: matrix.php > 8 - - name: Install PHP Dependencies uses: nick-invision/retry@v1 with: