From b2ce66217a2fbe1eef6af1c8d5225e786970f6d4 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Tue, 23 Jan 2024 18:09:13 +0100 Subject: [PATCH] Also test with PHP 8.3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc813b3..e545999 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: - php: [ 7.4, 8.0, 8.1, 8.2 ] + php: [ 7.4, 8.0, 8.1, 8.2, 8.3 ] include: - php: '7.4' coverage: true