From dab2cce525d2a1dcd51a5ad703238b531f50bb65 Mon Sep 17 00:00:00 2001 From: Alexander Popel Date: Tue, 1 Aug 2023 17:02:58 +0300 Subject: [PATCH] options.json: add PHP 7.4 --- ci/options.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ci/options.json b/ci/options.json index 35e01c4..249b35e 100644 --- a/ci/options.json +++ b/ci/options.json @@ -46,5 +46,21 @@ "LanguageVersion": "8.0", "RunPerformance": true, "PackageRequirement": true + }, + { + "Name": "Ubuntu_PHP_7.4", + "Image": "ubuntu-latest", + "Language": "php", + "LanguageVersion": "7.4", + "RunPerformance": true, + "PackageRequirement": true + }, + { + "Name": "macOS_PHP_7.4", + "Image": "macos-latest", + "Language": "php", + "LanguageVersion": "7.4", + "RunPerformance": true, + "PackageRequirement": true } ]