From c799a9fe2af42f7c64d3e5d8fa3f210fba37a68a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Feb 2025 13:09:31 +0100 Subject: [PATCH] update CI matrix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d16fe76..b499c7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,12 +9,12 @@ jobs: fail-fast: true matrix: include: - - laravel: 9 - php: 8.0 - laravel: 10 php: 8.1 - laravel: 11 php: 8.3 + - laravel: 12 + php: 8.4 name: Tests (PHPUnit) - L${{ matrix.laravel }}