Skip to content

Commit b9a7a27

Browse files
committed
adding darwin-arm64 to supported test
1 parent 36474ff commit b9a7a27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Units/PlatformTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ public function testDetectPlatform()
5050
$this->assertContains($result, [
5151
'linux-amd64',
5252
'darwin-amd64',
53+
'darwin-arm64',
5354
'windows-amd64',
5455
], "Detected platform $result is not in the supported platforms list");
5556
}

0 commit comments

Comments
 (0)