From 57c41cf0cd93838afb8817676d8d91bdeac0e9d0 Mon Sep 17 00:00:00 2001 From: Attila Fulop <1162360+fulopattila122@users.noreply.github.com> Date: Wed, 18 Oct 2023 19:18:12 +0300 Subject: [PATCH] What about PHP 8.3? --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d8e098a..de371cf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -8,7 +8,7 @@ jobs: timeout-minutes: 10 strategy: matrix: - php: ['8.1', '8.2'] + php: ['8.1', '8.2', '8.3'] laravel: ['10.0', '10.28'] name: PHP ${{ matrix.php }} Laravel ${{ matrix.laravel }} steps: