From 1dd73f63912eaab8a08012aab856a0e7a02147d1 Mon Sep 17 00:00:00 2001 From: Mariano Custiel Date: Mon, 20 Mar 2023 20:41:09 +0100 Subject: [PATCH] chore(#10): added php8.2 to scrutinizer --- .scrutinizer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index af23217..0e8f8d6 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -34,3 +34,7 @@ build: environment: php: version: 8.1 + php82: + environment: + php: + version: 8.2