Skip to content

Commit

Permalink
ci: add Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed Oct 27, 2023
1 parent d12c95e commit dbdbe65
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 @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["3.0"]
ruby: ["3.2"]
gemfile: ["gemfiles/rails7.gemfile"]
db: ["postgres"]
include:
Expand All @@ -37,16 +37,16 @@ jobs:
- ruby: "3.0"
gemfile: "gemfiles/rails7.gemfile"
db: "mysql"
- ruby: "3.1"
- ruby: "3.2"
gemfile: "gemfiles/railsmaster.gemfile"
db: "mysql"
- ruby: "2.7"
gemfile: "gemfiles/rails6.gemfile"
db: "sqlite"
- ruby: "3.0"
- ruby: "3.1"
gemfile: "gemfiles/rails7.gemfile"
db: "sqlite"
- ruby: "3.1"
- ruby: "3.2"
gemfile: "gemfiles/railsmaster.gemfile"
db: "sqlite"
services:
Expand Down

0 comments on commit dbdbe65

Please sign in to comment.