Skip to content

Commit a377e0f

Browse files
committed
[FIXUP][Rakefile] Only run versions supported in CI
1 parent e700793 commit a377e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ end
4545

4646
namespace :test do
4747
namespace :docker do
48-
RUBY_VERSIONS = %w[2.1 2.2 2.3 2.4 2.5 2.6]
48+
RUBY_VERSIONS = %w[2.2 2.3 2.4 2.5 2.6]
4949

5050
RUBY_VERSIONS.each do |ruby_version|
5151
task "#{ruby_version}:build" do

0 commit comments

Comments
 (0)