Skip to content

Commit

Permalink
Update unsupported rubies with exactly what release of rails is permi…
Browse files Browse the repository at this point in the history
…tted
  • Loading branch information
luke-hill committed Sep 10, 2024
1 parent 1e69dd3 commit ee93a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
# - rails versions in each branch if their last release is within 6 months of the Ruby EOL date
# - Excluding any version of the current rails major
#
# 2.6 -> Unsupported from March '22 -> Only test up to Sep '22
# 2.7 -> Unsupported from March '23 -> Only test up to Sep '23
# 3.0 -> Unsupported from March '24 -> Only test up to Sep '24
# 2.6 -> EOL Mar '22 -> Only test Rails versions released after Sep '22
# 2.7 -> EOL Mar '23 -> Only test Rails versions released after Sep '23
# 3.0 -> EOL Mar '24 -> Only test Rails versions released after Sep '24
include:
- { ruby: '2.6', gemfile: 'rails_5_2' }
- { ruby: '2.7', gemfile: 'rails_6_0' }
Expand Down

0 comments on commit ee93a0d

Please sign in to comment.