Skip to content

Commit

Permalink
Remove ended Ruby and Rails
Browse files Browse the repository at this point in the history
  • Loading branch information
katsuyasu-murata committed Apr 21, 2023
1 parent ee3dfcd commit 702c524
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,8 @@ jobs:
##
## cf https://endoflife.date/ruby
# 2021-04-05 releases
- 2.5.9
- 2.6.7
- 2.7.3
- 3.0.1
# 2021-07-07 releases
- 2.6.8
- 2.7.4
- 3.0.2
# 2023-02-08 release
- 3.2.1
Expand All @@ -61,8 +56,6 @@ jobs:
##
## cf https://endoflife.date/rails
# 2021-05-06 releases
- 5.2.4.6
- 5.2.6
- 6.0.3.7
- 6.1.3.2
# 2021-08-20 releases
Expand All @@ -75,31 +68,6 @@ jobs:
exclude:
## be careful with which versions of ruby does rails support
## cf https://www.fastruby.io/blog/ruby/rails/versions/compatibility-table.html
# rails 5.2 requires ruby < 2.7
- rails: 5.2.4.6
ruby: 2.7.3
- rails: 5.2.4.6
ruby: 2.7.4
- rails: 5.2.4.6
ruby: 3.0.1
- rails: 5.2.4.6
ruby: 3.0.2
- rails: 5.2.4.6
ruby: 3.2.1
- rails: 5.2.4.6
ruby: 3.2.2
- rails: 5.2.6
ruby: 2.7.3
- rails: 5.2.6
ruby: 2.7.4
- rails: 5.2.6
ruby: 3.0.1
- rails: 5.2.6
ruby: 3.0.2
- rails: 5.2.6
ruby: 3.2.1
- rails: 5.2.6
ruby: 3.2.2
# rails 6.0 requires ruby < 3
- rails: 6.0.3.7
ruby: 3.0.1
Expand Down

0 comments on commit 702c524

Please sign in to comment.