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",