Skip to content

Commit cf4eca1

Browse files
committed
[FIXUP] Oops... forgot ruby-2.6
1 parent 39f7fa8 commit cf4eca1

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
@@ -50,7 +50,7 @@ end
5050

5151
namespace :test do
5252
namespace :docker do
53-
RUBY_VERSIONS = %w[2.1 2.2 2.3 2.4 2.5]
53+
RUBY_VERSIONS = %w[2.1 2.2 2.3 2.4 2.5 2.6]
5454

5555
RUBY_VERSIONS.each do |ruby_version|
5656
task "#{ruby_version}:build" do

0 commit comments

Comments
 (0)