Skip to content

Commit

Permalink
Rails 8 requires Ruby 3.2+
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Oct 2, 2024
1 parent e81f85e commit aecf90a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,15 @@ jobs:
- "edge"
include:
- ruby-version: "3.3"
rails-version: "7.1"
rails-version: "7.2"
code-coverage: true
exclude:
- ruby-version: "3.0"
rails-version: "7.2"
- ruby-version: "3.0"
rails-version: "edge"
- ruby-version: "3.1"
rails-version: "edge"
env:
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/rails_${{ matrix.rails-version }}.gemfile

Expand Down

0 comments on commit aecf90a

Please sign in to comment.