From fa41b0573cf198b2708af633f3152a8a7da523b1 Mon Sep 17 00:00:00 2001 From: Alexander Popel Date: Wed, 15 May 2024 16:33:32 +0300 Subject: [PATCH] Update PHP versions matrix --- ci/options.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ci/options.json b/ci/options.json index 249b35e..a1d4eb9 100644 --- a/ci/options.json +++ b/ci/options.json @@ -1,4 +1,20 @@ [ + { + "Name": "Ubuntu_PHP_8.3", + "Image": "ubuntu-latest", + "Language": "php", + "LanguageVersion": "8.3", + "RunPerformance": true, + "PackageRequirement": true + }, + { + "Name": "macOS_PHP_8.3", + "Image": "macos-latest", + "Language": "php", + "LanguageVersion": "8.3", + "RunPerformance": true, + "PackageRequirement": true + }, { "Name": "Ubuntu_PHP_8.2", "Image": "ubuntu-latest",