From d90f99929a881a8061ad0973207c150da23dc36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Einar=20Gangs=C3=B8?= Date: Tue, 8 Aug 2023 08:25:37 +0200 Subject: [PATCH] 8.0 not supported on L10 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7129311..00f8ddc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: php: ['8.0', '8.1', '8.2'] laravel: ['8', '9', '10'] exclude: + - php: '8.0' + laravel: '10' - php: '8.2' laravel: '8' steps: