We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8cd3ae commit ee40ca3Copy full SHA for ee40ca3
1 file changed
.github/matrix.php
@@ -52,7 +52,7 @@ function select_jobs($repository, $trigger, $nightly, $labels, $php_version, $re
52
$test_alpine = in_array('CI: Alpine', $labels, true);
53
$test_benchmarking = in_array('CI: Benchmarking', $labels, true);
54
$test_community = in_array('CI: Community', $labels, true);
55
- $test_coverage = in_array('CI: COVERAGE', $labels, true);
+ $test_coverage = in_array('CI: Coverage', $labels, true);
56
$test_freebsd = in_array('CI: FreeBSD', $labels, true);
57
$test_libmysqlclient = in_array('CI: libmysqlclient', $labels, true);
58
$test_linux_ppc64 = in_array('CI: Linux PPC64', $labels, true);
0 commit comments