Skip to content

Commit

Permalink
Update Ruby/Rails test versions
Browse files Browse the repository at this point in the history
- Remove EOL Rubies (<3.1) from test matrix
- Remove EOL Rails versions (<6.1) from test matrix
  • Loading branch information
jaredmoody committed Jun 3, 2024
1 parent 52c2da9 commit 127cebe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 24 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: [2.5, 2.6, 2.7, "3.0", 3.1, head]
gemfile: [rails_5_2, rails_6]
exclude:
- ruby: "3.0"
gemfile: rails_5_2
- ruby: 3.1
gemfile: rails_5_2
- ruby: head
gemfile: rails_5_2
ruby: [3.1, 3.2, 3.3, head]
gemfile: [rails_6_1]
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
Expand Down
14 changes: 0 additions & 14 deletions gemfiles/rails_5_2.gemfile

This file was deleted.

2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile → gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "rails", "~> 6.0.0"
gem "rails", "~> 6.1.0"
gem "sqlite3", "~> 1.4"
gem "net-smtp"

Expand Down

0 comments on commit 127cebe

Please sign in to comment.