From b84e20456d9820e7b6ed29a7f029a2247af9717d Mon Sep 17 00:00:00 2001 From: Maxime Rainville Date: Fri, 8 Nov 2024 10:07:05 +1300 Subject: [PATCH] Test 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 3b2065e..eb42d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: db: mysql80 phpunit: true installer_version: ^5 - - php: '8.2' + - php: '8.3' db: mariadb phpunit: true installer_version: ^5