From 26da270fabb03a88044d6433cfce87bfc9552f16 Mon Sep 17 00:00:00 2001 From: albinhallen Date: Mon, 7 Oct 2024 13:07:48 +0200 Subject: [PATCH] ci: also run php8.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ec41818..14e7948 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - php: [8.2] + php: [8.2, 8.3] laravel: [10.*] dependency-version: [prefer-lowest, prefer-stable] include: