Skip to content

Commit

Permalink
Renewed execution environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
thirsch committed Dec 30, 2024
1 parent 8b9390f commit 6801710
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
linux_tests:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

services:
mailcatcher:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ public function testMessage1Generator()

public function testLMv1Generator()
{
if (!in_array('des-ecb', openssl_get_cipher_methods())) {
$this->markTestSkipped('Need Cipher DES-ECB to run these tests.');
}

$password = 'test1234';
$challenge = 'b019d38bad875c9d';
$lmv1 = '1879f60127f8a877022132ec221bcbf3ca016a9f76095606';
Expand Down

0 comments on commit 6801710

Please sign in to comment.