From f970e0bde3e058f91fb7bd7cf85584eac3b30457 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 8 Sep 2023 15:56:48 +0200 Subject: [PATCH] PHP 8.3 build (#1056) --- .github/workflows/tests.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 29a3045be..2162959f1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: ['8.0', 8.1, 8.2] + php: ['8.0', 8.1, 8.2, 8.3] laravel: [9, 10] phpunit: [9, 10] exclude: @@ -24,6 +24,8 @@ jobs: laravel: 10 - php: '8.0' phpunit: 10 + - php: 8.3 + laravel: 9 - laravel: 9 phpunit: 10