From 1ccbccf1ea201cc83c22d7d4a4ac12d3c0de409d Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Fri, 8 Sep 2023 15:39:40 +0200 Subject: [PATCH] PHP 8.3 build (#171) --- .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 52ddf42..9515b15 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [8.1, 8.2] + php: [8.1, 8.2, 8.3] laravel: [10] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}