From 1c426bec2ba572950f2a39798620a64a064facaa Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Wed, 24 Apr 2024 18:14:31 +0100 Subject: [PATCH] Removes testing on PHP 8.1 --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f7aa9e0..818ba671 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: ['8.1', '8.2', '8.3'] + php: ['8.2', '8.3'] dependency-version: [lowest, highest] name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }} @@ -38,4 +38,4 @@ jobs: composer-options: "--prefer-dist" - name: Run Tests - run: vendor/bin/pest --colors=always + run: vendor/bin/pest