From 240d0321724dfd23ed2cf35781c254c717bdeae9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 25 Feb 2025 12:59:35 +0100 Subject: [PATCH] Drop Laravel 9 support --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a656b6e..5f62994 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,6 @@ jobs: strategy: matrix: include: - - laravel: 9 - php: 8.0 - laravel: 10 php: 8.1 - laravel: 11