Skip to content

Commit 64b51ac

Browse files
committed
Updated support test matrix
1 parent 7d057c1 commit 64b51ac

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,35 +11,33 @@ jobs:
1111
gemfile: [ 'rails_5_0', 'rails_5_1', 'rails_5_2', 'rails_6_0', 'rails_6_1', 'rails_7_0' ]
1212
exclude:
1313
# Newest ruby will test
14-
# - all permissible rails versions in latest major
14+
# - all permissible rails versions in current major
1515
# - latest rails version in the last major
1616
# Supported rubies will test
17-
# - all permissible rails versions in latest major
17+
# - all permissible rails versions in current major
1818
# - all permissible supported rails versions beneath latest major
1919
# Unsupported rubies will test
2020
# - all permissible rails versions released within 6 months of EOL
21+
# - not the latest rails version
2122

22-
# 2.5 -> Unsupported since March '21 -> Only test up to Sep '21
23-
# 2.6 -> Supported until March '22
23+
# 2.5 -> Unsupported from March '21 -> Only test up to Sep '21
24+
# 2.6 -> Unsupported from March '22 -> Only test up to Sep '22
2425
# 2.7 -> Supported until March '23 (At least)
2526
# 3.0 -> Supported for a while...
2627
- { ruby: '2.5.8', gemfile: 'rails_5_2' }
28+
- { ruby: '2.5.8', gemfile: 'rails_6_0' }
2729
- { ruby: '2.5.8', gemfile: 'rails_6_1' }
2830
- { ruby: '2.5.8', gemfile: 'rails_7_0' }
29-
- { ruby: '2.6', gemfile: 'rails_5_0' }
30-
- { ruby: '2.6', gemfile: 'rails_5_1' }
3131
- { ruby: '2.6', gemfile: 'rails_7_0' }
3232
- { ruby: '2.7', gemfile: 'rails_5_0' }
3333
- { ruby: '2.7', gemfile: 'rails_5_1' }
3434
- { ruby: '3.0', gemfile: 'rails_5_0' }
3535
- { ruby: '3.0', gemfile: 'rails_5_1' }
36-
- { ruby: '3.0', gemfile: 'rails_5_2' }
3736
- { ruby: '3.0', gemfile: 'rails_6_0' }
3837
- { ruby: '3.1', gemfile: 'rails_5_0' }
3938
- { ruby: '3.1', gemfile: 'rails_5_1' }
4039
- { ruby: '3.1', gemfile: 'rails_5_2' }
4140
- { ruby: '3.1', gemfile: 'rails_6_0' }
42-
- { ruby: '3.1', gemfile: 'rails_6_1' }
4341
env:
4442
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
4543
steps:

0 commit comments

Comments
 (0)