We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97d934c commit 021fec6Copy full SHA for 021fec6
1 file changed
bin/test_workflows.pl
@@ -8,7 +8,7 @@
8
my %tags = map { $_ => 1 } @{ $local->{jobs}{'pull-and-push'}{strategy}{matrix}{tag} // [] };
9
$tags{centos6} = 1; # special case
10
11
-my @branches = qw(develop support-8.8.x support-8.4.x support-8.0.x);
+my @branches = qw(develop support-8.8.x support-8.0.x);
12
my @repos = qw(movabletype movabletype-addons movabletype-plugins);
13
14
my %used;
0 commit comments