From 2a6631eb634b5847413413e4159afa8c0721040b Mon Sep 17 00:00:00 2001 From: Edgars Neimanis Date: Fri, 1 Dec 2023 10:43:19 +0200 Subject: [PATCH] php 8.3 --- .github/workflows/tests.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e10dc4..45b36b9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,9 +10,13 @@ jobs: strategy: fail-fast: false matrix: - php: [ 8.0, 8.1, 8.2 ] + php: [ 8.0, 8.1, 8.2, 8.3 ] laravel: [ ^8.12, ^9.0, ^10.0 ] exclude: + - php: 8.3 + laravel: ^8.12 + - php: 8.3 + laravel: ^9.0 - php: 8.2 laravel: ^8.12 - php: 8.0