Skip to content

Commit

Permalink
Reintroduce Ruby 2.7 in test matrix (as it's Rails 7.0 minimum requir…
Browse files Browse the repository at this point in the history
…ements)
  • Loading branch information
gael-ian committed Oct 1, 2024
1 parent 3ce6e2c commit 44d8f06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,16 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: ["3.0", "3.1", "3.2", "3.3"]
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3"]
gemfile: [
dev/gemfiles/rails-7.0.x.gemfile,
dev/gemfiles/rails-7.1.x.gemfile,
Gemfile
]
exclude:
# Exclude rubies < 3.1 for ActiveModel >= 7.2
- ruby: "2.7"
gemfile: Gemfile
- ruby: "3.0"
gemfile: Gemfile
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
Expand Down

0 comments on commit 44d8f06

Please sign in to comment.