From ea75ea2e6c5076055cb0ce9d748bf473e48d50c1 Mon Sep 17 00:00:00 2001 From: enricodelazzari Date: Thu, 23 Nov 2023 14:42:21 +0100 Subject: [PATCH] UPDATE php8.3 --- .github/workflows/run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index ea5ba5b..60a0d25 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.2, 8.1, 8.0] + php: [8.3, 8.2, 8.1, 8.0] laravel: [10.*, 9.*] stability: [prefer-lowest, prefer-stable] include: