From 577997a1a3f26e32e3e85585851f68397880ad41 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Tue, 4 Jun 2024 09:32:14 +0200 Subject: [PATCH] :white_check_mark: Add PHP 8.3 to the CI --- .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 6483566..c7c3772 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: name: Unit tests strategy: matrix: - php: [ 8.1, 8.2 ] + php: [ 8.1, 8.2, 8.3 ] os: [ ubuntu-latest ] include: - os: [ ubuntu-latest ]