Commit ee40ca3fe27 for php.net
commit ee40ca3fe27b6b3af68e8c19a4fa5c4735bea54a
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Tue Feb 24 10:33:19 2026 +0100
Fix coverage label job selection
diff --git a/.github/matrix.php b/.github/matrix.php
index 829ddfe884f..9164dd4b3c0 100644
--- a/.github/matrix.php
+++ b/.github/matrix.php
@@ -52,7 +52,7 @@ function select_jobs($repository, $trigger, $nightly, $labels, $php_version, $re
$test_alpine = in_array('CI: Alpine', $labels, true);
$test_benchmarking = in_array('CI: Benchmarking', $labels, true);
$test_community = in_array('CI: Community', $labels, true);
- $test_coverage = in_array('CI: COVERAGE', $labels, true);
+ $test_coverage = in_array('CI: Coverage', $labels, true);
$test_freebsd = in_array('CI: FreeBSD', $labels, true);
$test_libmysqlclient = in_array('CI: libmysqlclient', $labels, true);
$test_linux_ppc64 = in_array('CI: Linux PPC64', $labels, true);