Skip to content

Commit

Permalink
Remove ruby 2.6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xtreme-shane-lattanzio committed May 6, 2024
1 parent fa04897 commit c48ddb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Code Climate](https://codeclimate.com/github/pivotal/LicenseFinder.png)](https://codeclimate.com/github/pivotal/LicenseFinder)

Build status
* Ruby 2.6.10 [![Ruby 2.6.10 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.6.10/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
* Ruby 2.7.8 [![Ruby 2.7.8 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-2.7.8/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
* Ruby 3.1.4 [![Ruby 3.1.4 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-3.1.4/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
* Ruby 3.2.3 [![Ruby 3.2.3 build status](https://norsk.cf-app.com/api/v1/teams/main/pipelines/LicenseFinder/jobs/ruby-3.2.3/badge)](https://norsk.cf-app.com/teams/main/pipelines/LicenseFinder)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ task :update_pipeline, [:slack_url, :slack_channel] do |_, args|
puts 'Warning: You should provide slack channel and url to receive slack notifications on build failures'
end

ruby_versions = %w[3.3.0 3.2.3 3.1.4 2.7.8 2.6.10]
ruby_versions = %w[3.3.0 3.2.3 3.1.4 2.7.8]

params = []
params << "ruby_versions=#{ruby_versions.join(',')}"
Expand Down
1 change: 1 addition & 0 deletions spec/lib/license_finder/decisions_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require 'spec_helper'
require 'ostruct'

module LicenseFinder
describe Decisions do
Expand Down

0 comments on commit c48ddb7

Please sign in to comment.