Skip to content

Commit 4f1cc8a

Browse files
committed
Fix typo in tests.config.json
1 parent 273e8b7 commit 4f1cc8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/BuildPhp/config/tests.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
"8.3": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1111
"8.4": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
1212
"8.5": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"},
13-
"default": {"runner": "run-tests.php", "workers": "jNumWorkers", "progress": "--no-progress"}
13+
"default": {"runner": "run-tests.php", "workers": "-jNumWorkers", "progress": "--no-progress"}
1414
}

0 commit comments

Comments
 (0)