Skip to content

Commit

Permalink
Drop Ruby 2.5 from CI
Browse files Browse the repository at this point in the history
This no longer builds due to the dependency of the net-http update.
ruby/net-http#19 would solve this issue.
  • Loading branch information
stanhu committed May 3, 2021
1 parent 455b218 commit 9c3f736
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ services:
- gem install bundler --no-document # Bundler is not installed with the image
- bundle install -j $(nproc) --path vendor # Install dependencies into ./vendor/ruby

rspec-2.5:
image: "ruby:2.5"
<<: *test

rspec-2.6:
image: "ruby:2.6"
<<: *test
Expand Down

0 comments on commit 9c3f736

Please sign in to comment.