Skip to content

Commit

Permalink
temporarily hammer PHP 8.3 in randomized tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Jun 27, 2024
1 parent 4f2b236 commit 2f1f393
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/randomized/config/platforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
'centos7' => [
'php' => [
'8.3',
/*
'8.2',
'8.1',
'8.0',
Expand All @@ -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
*/
]
],
]);

Expand Down

0 comments on commit 2f1f393

Please sign in to comment.