From 695f7a40a687dc843ab8d19e80412535473bf6f9 Mon Sep 17 00:00:00 2001 From: Palaniappan P Date: Mon, 4 Sep 2023 18:18:32 +0530 Subject: [PATCH] Support PHP 8.3 --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c07693f..e61edaf 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,8 +9,8 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: [8.2, 8.1] - laravel: [9.*,10.*] + php: [8.3, 8.2, 8.1] + laravel: [9.*, 10.*] stability: [prefer-lowest, prefer-stable] include: - laravel: 9.*