Skip to content

Commit

Permalink
fixing gh action test
Browse files Browse the repository at this point in the history
  • Loading branch information
insign committed Apr 7, 2024
1 parent facd7ea commit 03a1c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/SevenZipTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class SevenZipTest extends TestCase

public static function compressAndExtractDataProvider(): array
{
$defaultCompressFlags = ['zip', '7z', 'bzip2'];
$defaultCompressFlags = ['zip', '7z', 'bzip2', 'tar'];

$testCases = [];
foreach ($defaultCompressFlags as $format) $testCases[$format] = [$format];
Expand Down

0 comments on commit 03a1c8b

Please sign in to comment.