Skip to content

Commit 127cebe

Browse files
committed
Update Ruby/Rails test versions
- Remove EOL Rubies (<3.1) from test matrix - Remove EOL Rails versions (<6.1) from test matrix
1 parent 52c2da9 commit 127cebe

File tree

3 files changed

+3
-24
lines changed

3 files changed

+3
-24
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,8 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
ruby: [2.5, 2.6, 2.7, "3.0", 3.1, head]
12-
gemfile: [rails_5_2, rails_6]
13-
exclude:
14-
- ruby: "3.0"
15-
gemfile: rails_5_2
16-
- ruby: 3.1
17-
gemfile: rails_5_2
18-
- ruby: head
19-
gemfile: rails_5_2
11+
ruby: [3.1, 3.2, 3.3, head]
12+
gemfile: [rails_6_1]
2013
continue-on-error: ${{ endsWith(matrix.ruby, 'head') }}
2114
env:
2215
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile

gemfiles/rails_5_2.gemfile

Lines changed: 0 additions & 14 deletions
This file was deleted.

gemfiles/rails_6.gemfile renamed to gemfiles/rails_6_1.gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
gem "rails", "~> 6.0.0"
5+
gem "rails", "~> 6.1.0"
66
gem "sqlite3", "~> 1.4"
77
gem "net-smtp"
88

0 commit comments

Comments
 (0)