Skip to content

Commit

Permalink
Update build matrix for EOL
Browse files Browse the repository at this point in the history
Remove old Rubies and Rails, and add the latest Ruby
  • Loading branch information
adamstegman committed Feb 24, 2024
1 parent d3f35ee commit 1f0f902
Showing 1 changed file with 2 additions and 25 deletions.
27 changes: 2 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,40 +12,17 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.7"
- "2.6"
gemfile:
- Gemfile
- spec/support/Gemfile.rails6.1
- spec/support/Gemfile.rails6
- spec/support/Gemfile.rails5.2
- spec/support/Gemfile.rails7
bundler:
- "2"
exclude:
- ruby: "2.6"
gemfile: Gemfile
bundler: "2"
- ruby: "3.0"
gemfile: spec/support/Gemfile.rails5.2
bundler: "2"
- ruby: "3.0"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.1"
gemfile: spec/support/Gemfile.rails5.2
bundler: "2"
- ruby: "3.1"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails5.2
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails6
bundler: "2"
- ruby: "3.2"
gemfile: spec/support/Gemfile.rails6.1
bundler: "2"
Expand Down

0 comments on commit 1f0f902

Please sign in to comment.