Skip to content

Commit fc0c1a8

Browse files
committed
Reorder
1 parent 7914ebd commit fc0c1a8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/nightly.php

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@ function e(string $cmd, string $extra = ''): string {
3030
2
3131
];
3232

33-
$repos["phpseclib"] = [
34-
"https://github.com/phpseclib/phpseclib",
35-
"",
36-
null,
37-
["vendor/bin/paratest", "--verbose", "--configuration=tests/phpunit.xml", "--runner=WrapperRunner"],
38-
1
39-
];
40-
4133
$repos["wordpress"] = [
4234
"https://github.com/WordPress/wordpress-develop.git",
4335
"",
@@ -108,6 +100,14 @@ function (): iterable {
108100
2
109101
];
110102

103+
$repos["phpseclib"] = [
104+
"https://github.com/phpseclib/phpseclib",
105+
"",
106+
null,
107+
["vendor/bin/paratest", "--verbose", "--configuration=tests/phpunit.xml", "--runner=WrapperRunner"],
108+
1
109+
];
110+
111111
$finalStatus = 0;
112112
$parentPids = [];
113113

0 commit comments

Comments
 (0)