Skip to content

Commit 923ad43

Browse files
committed
[ci] allow panther <2.0 in tests
1 parent 4ca9b7d commit 923ad43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Maker/MakeFunctionalTestTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected function getMakerClass(): string
2828
public function getTestDetails()
2929
{
3030
yield 'it_generates_test_with_panther' => [$this->createMakerTest()
31-
->addExtraDependencies('panther')
31+
->addExtraDependencies('panther:*')
3232
->run(function (MakerTestRunner $runner) {
3333
$runner->copy(
3434
'make-functional/MainController.php',

0 commit comments

Comments
 (0)