From 81c9df78aa6de6249f6cb1ee268ec67fb5e1000b Mon Sep 17 00:00:00 2001 From: Yunus Emre Nalbant Date: Tue, 2 Apr 2024 16:51:25 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d229e16..006a44a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,12 +11,13 @@ jobs: matrix: php: [7.4, '8.0', 8.1, 8.2, 8.3] laravel: [8, 9, 10, 11] + exclude: - php: 7.4 laravel: 9 - php: 7.4 laravel: 10 - - php: 7.4 + - php: 7.4 laravel: 11 - php: '8.0' laravel: 10