From 6334f51c3c4426f70ad69ec1d2c3f66d8c1feff6 Mon Sep 17 00:00:00 2001 From: Andrey Helldar Date: Tue, 4 Feb 2025 10:52:06 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3203a40..5efbe15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,11 +11,13 @@ jobs: strategy: fail-fast: true matrix: - php: [ "8.1", "8.2", "8.3" ] - laravel: [ "10.0", "11.0" ] + php: [ "8.1", "8.2", "8.3", "8.4" ] + laravel: [ "10.0", "11.0", "12.0" ] exclude: - laravel: "11.0" php: "8.1" + - laravel: "12.0" + php: "8.1" name: PHP ${{ matrix.php }}, Laravel ${{ matrix.laravel }}