From 064010e6869a6630350c83d1804adde13d0aa6a1 Mon Sep 17 00:00:00 2001 From: NanoSector Date: Mon, 28 Dec 2020 18:39:02 +0100 Subject: [PATCH 1/2] Run tests on PHP 8 --- .scrutinizer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 2574e6a1..b38559df 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -15,6 +15,10 @@ build: environment: php: 7.4 + tests-php80: + environment: + php: 8.0 + analysis: tests: override: From 086e03eddb83f29544cb506dfc47a9fff4ebe81f Mon Sep 17 00:00:00 2001 From: NanoSector Date: Mon, 28 Dec 2020 18:45:05 +0100 Subject: [PATCH 2/2] Specify patch version for PHP --- .scrutinizer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index b38559df..5d36530b 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -17,7 +17,7 @@ build: tests-php80: environment: - php: 8.0 + php: 8.0.0 analysis: tests: