From 78228516b1cd74598caf25a617dafb27f9e469a9 Mon Sep 17 00:00:00 2001 From: Hari K T Date: Mon, 23 Dec 2024 19:33:51 +0530 Subject: [PATCH 1/2] Update .scrutinizer.yml to support 8.4 --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 4804ecd..79d004c 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,7 +1,7 @@ build: image: default-bionic environment: - php: 8.1.0 + php: 8.4.0 nodes: analysis: tests: From 04c1d97092ec674e107831a1e950e1b863458f4f Mon Sep 17 00:00:00 2001 From: Hari K T Date: Mon, 23 Dec 2024 19:49:37 +0530 Subject: [PATCH 2/2] Add package openssl --- .scrutinizer.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 79d004c..6453d54 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,9 +1,11 @@ build: image: default-bionic - environment: - php: 8.4.0 nodes: analysis: + environment: + php: 8.4.0 + packages: + - openssl=1.1.* tests: override: - php-scrutinizer-run