From d11195e1179b8ccb68eb0ec9437d95691f00a41b Mon Sep 17 00:00:00 2001 From: chris Date: Mon, 28 Aug 2023 18:30:37 +0200 Subject: [PATCH] chore: add tests for php 8.3 (#373) authored-by: Christopher Georg --- .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 d06962d..72dda71 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'] deps: [highest] include: