diff --git a/tests/randomized/config/platforms.php b/tests/randomized/config/platforms.php index 32d441b487..b6cff618bc 100644 --- a/tests/randomized/config/platforms.php +++ b/tests/randomized/config/platforms.php @@ -7,6 +7,7 @@ 'centos7' => [ 'php' => [ '8.3', +/* '8.2', '8.1', '8.0', @@ -15,15 +16,19 @@ '7.2', '7.1', '7.0', + */ ], ], 'buster' => [ 'php' => [ '8.3', +/* '8.2', '8.1', '8.0', ] + (php_uname("m") == "arm64" ? [-1 => '7.4'] : []), // opcache broken on 7.4 amd64 + */ + ] ], ]);