Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ jobs:
- "2.7"
- "3.0"
- "3.1"
- "3.2"
rails-version:
- "7.0"
- "6.1"
- "6.0"
- "main"
exclude:
- ruby-version: "2.7"
rails-version: "main"
Comment on lines +20 to +21
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you point to where the latest version of Rails will drop support for Ruby 2.7? The Edge Guides still reference 2.7.

- ruby-version: "3.2"
rails-version: "6.0"
Comment on lines +22 to +23
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this combination failing?


env:
RAILS_VERSION: ${{ matrix.rails-version }}
Expand All @@ -25,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
uses: ruby/setup-ruby@8a45918450651f5e4784b6031db26f4b9f76b251
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
Expand Down