Skip to content

Commit

Permalink
remove Ruby 2.5 from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
markets committed Nov 6, 2022
1 parent dc181bf commit ba9e597
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,17 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, "3.0", 3.1]
ruby: ["2.6", "2.7", "3.0", "3.1"]
gemfile: ["rails_5.2", "rails_6.0", "rails_6.1", "rails_7.0"]
experimental: [false]
exclude:
- ruby: 2.5
gemfile: rails_7.0
- ruby: 2.6
- ruby: "2.6"
gemfile: rails_7.0
- ruby: "3.0"
gemfile: rails_5.2
- ruby: 3.1
- ruby: "3.1"
gemfile: rails_5.2
- ruby: 3.1
- ruby: "3.1"
gemfile: rails_6.0
include:
- ruby: head
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ It also comes with:

## Installation

Invisible Captcha is tested against Rails `>= 5.2` and Ruby `>= 2.5`.
Invisible Captcha is tested against Rails `>= 5.2` and Ruby `>= 2.6`.

Add this line to your Gemfile and then execute `bundle install`:

Expand Down

0 comments on commit ba9e597

Please sign in to comment.