Skip to content

Commit

Permalink
Don't bother testing on Ruby 2.2 as it's failing and way EOL.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Oct 24, 2023
1 parent 64735ac commit 6afd9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [ ubuntu-20.04 ]
rack: [ '~> 2.0', '~> 3.0' ]
ruby: [ 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2 ]
ruby: [ 2.3, 2.4, 2.5, 2.6, 2.7, '3.0', 3.1, 3.2 ]
gemfile: [ Gemfile ]
exclude:
# Rack 3 needs >= Ruby 2.4
Expand Down

1 comment on commit 6afd9ad

@dentarg
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For anyone curious it is https://rubygems.org/gems/bake-gem that depend on Ruby >= 2.3.0 (added in f3a2799)

Please sign in to comment.