Skip to content

Commit 021fec6

Browse files
committed
Remove support-8.4.x
1 parent 97d934c commit 021fec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/test_workflows.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
my %tags = map { $_ => 1 } @{ $local->{jobs}{'pull-and-push'}{strategy}{matrix}{tag} // [] };
99
$tags{centos6} = 1; # special case
1010

11-
my @branches = qw(develop support-8.8.x support-8.4.x support-8.0.x);
11+
my @branches = qw(develop support-8.8.x support-8.0.x);
1212
my @repos = qw(movabletype movabletype-addons movabletype-plugins);
1313

1414
my %used;

0 commit comments

Comments
 (0)