From 7bc2bb6f6a8a7b7ea6eea7ae53b8b0bdc85ba2c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Fri, 14 Feb 2025 14:35:34 +0100 Subject: [PATCH] Revert "Add laravel/framework:dev-master to CI matrix" This reverts commit 29bfe532fa6ce8f9722b7a3c70cb2946a1d54568. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3fbde735..ef40e0724 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,6 @@ jobs: include: - laravel: "^11.0" php: "8.4" - - laravel: "dev-master" - php: "8.4" steps: - name: Checkout