Skip to content
This repository was archived by the owner on Jan 15, 2023. It is now read-only.

Commit

Permalink
Test with Rails 7 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 16, 2021
1 parent fa378c6 commit 7262a45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name: build
on: [push, pull_request]
jobs:
build:
if: "!contains(github.event.head_commit.message, '[skip ci]')"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand All @@ -11,7 +10,7 @@ jobs:
- ruby: 3.0
gemfile: Gemfile
- ruby: 3.0
gemfile: gemfiles/rails70.gemfile
gemfile: gemfiles/rails61.gemfile
- ruby: 2.7
gemfile: gemfiles/rails60.gemfile
- ruby: 2.6
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gemspec
gem "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "rails", "~> 6.1.0"
gem "rails", "~> 7.0.0"
gem "sqlite3"
gem "devise"
gem "devise", github: "heartcombo/devise"
4 changes: 2 additions & 2 deletions gemfiles/rails70.gemfile → gemfiles/rails61.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ gemspec path: ".."
gem "rake"
gem "minitest", ">= 5"
gem "combustion"
gem "rails", "~> 7.0.0.rc1"
gem "rails", "~> 6.1.0"
gem "sqlite3"
gem "devise", github: "heartcombo/devise"
gem "devise"

0 comments on commit 7262a45

Please sign in to comment.