10000 Fix CI · symfony/symfony@57c986a · GitHub
[go: up one dir, main page]

Skip to content

Commit 57c986a

Browse files
Fix CI
1 parent 686ebe0 commit 57c986a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/patch-types.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
exit(1);
66
}
77

8-
require __DIR__.'/../.phpunit/phpunit-8.3-0/vendor/autoload.php';
8+
require __DIR__.'/../.phpunit/phpunit/vendor/autoload.php';
99

1010
file_put_contents(__DIR__.'/../vendor/autoload.php', preg_replace('/^return (Composer.*);/m', <<<'EOTXT'
1111
$loader = \1;

0 commit comments

Comments
 (0)
0