From 2f6de872c753e4f4c5b04ace11af533469285986 Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Fri, 15 Mar 2024 20:44:22 +0100 Subject: [PATCH] Exclude Phpunit 11 on PHP 8.2 --- .github/workflows/tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 04e0a39..1f70df2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,6 +16,9 @@ jobs: include: - laravel: 11.* testbench: 9.* + exclude: + - php: 8.2 + phpunit: 11.* name: P${{ matrix.php }} - L${{ matrix.laravel }} PU${{ matrix.phpunit }} - ${{ matrix.stability }}