Skip to content

Commit

Permalink
Merge pull request #1209 from yahonda/drop_ruby26_for_rails_main
Browse files Browse the repository at this point in the history
Drop Ruby 2.6 from cronjob as Rails 7 requires Ruby 2.7+
  • Loading branch information
scarroll32 authored Feb 24, 2021
2 parents 8d3d244 + 1d028cf commit 8e4250e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cronjob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
ruby:
- 3.0.0
- 2.7.2
- 2.6.6
env:
DB: sqlite3
RAILS: main
Expand All @@ -36,7 +35,6 @@ jobs:
ruby:
- 3.0.0
- 2.7.2
- 2.6.6
env:
DB: mysql
RAILS: main
Expand Down Expand Up @@ -68,7 +66,6 @@ jobs:
ruby:
- 3.0.0
- 2.7.2
- 2.6.6
env:
DB: postgres
RAILS: main
Expand Down

0 comments on commit 8e4250e

Please sign in to comment.