Skip to content

Commit 2f1f393

Browse files
committed
temporarily hammer PHP 8.3 in randomized tests
1 parent 4f2b236 commit 2f1f393

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: tests/randomized/config/platforms.php

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
'centos7' => [
88
'php' => [
99
'8.3',
10+
/*
1011
'8.2',
1112
'8.1',
1213
'8.0',
@@ -15,15 +16,19 @@
1516
'7.2',
1617
'7.1',
1718
'7.0',
19+
*/
1820
],
1921
],
2022
'buster' => [
2123
'php' => [
2224
'8.3',
25+
/*
2326
'8.2',
2427
'8.1',
2528
'8.0',
2629
] + (php_uname("m") == "arm64" ? [-1 => '7.4'] : []), // opcache broken on 7.4 amd64
30+
*/
31+
]
2732
],
2833
]);
2934

0 commit comments

Comments
 (0)