We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591a631 commit 8f89bf2Copy full SHA for 8f89bf2
tests/Utils/CryptKeyTest.php
@@ -54,9 +54,6 @@ public function testKeyString()
54
55
public function testUnsupportedKeyType()
56
{
57
- if (\str_starts_with(\phpversion(), '8.0')) {
58
- $this->markTestSkipped('Cannot generate key on PHP 8.0 runner. Investigating');
59
- }
60
$this->expectException(\LogicException::class);
61
$this->expectExceptionMessage('Unable to read key');
62
0 commit comments