From ae9d4b32ecf860cf455719c89a721c76aa2a7e7f Mon Sep 17 00:00:00 2001 From: Daniel Mason Date: Thu, 23 Nov 2023 17:41:59 +0000 Subject: [PATCH] Run tests on PHP 8.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 54902ca..2d4dc72 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest] - php: ['8.2', '8.1', '8.0'] + php: ['8.3', '8.2', '8.1', '8.0'] laravel: [^8.0, ^9.0, ^10.0] dependency-version: [prefer-lowest, prefer-stable] exclude: