Skip to content

Commit

Permalink
ci: disable Rails 6 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Nov 29, 2022
1 parent a6e3edf commit 0da7153
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.7"]
gemfile: ["gemfiles/rails6.gemfile"]
ruby: ["3.0"]
gemfile: ["gemfiles/rails7.gemfile"]
include:
- ruby: "2.7"
gemfile: "gemfiles/rails6.gemfile"
# - ruby: "2.7"
# gemfile: "gemfiles/rails6.gemfile"
- ruby: "3.1"
gemfile: "gemfiles/railsmaster.gemfile"
- ruby: "3.0"
Expand Down

0 comments on commit 0da7153

Please sign in to comment.