Skip to content

Commit

Permalink
Updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Sep 27, 2024
1 parent d28f6e7 commit dc3d455
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
matrix:
include:
- ruby: 3.3
gemfile: gemfiles/rails72.gemfile
- ruby: 3.2
gemfile: Gemfile
- ruby: 3.2
gemfile: gemfiles/rails71.gemfile
- ruby: 3.1
gemfile: gemfiles/rails70.gemfile
- ruby: "3.0"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ source "https://rubygems.org"

gemspec

gem "rails", "~> 7.1.0"
gem "rails", "~> 7.2.0"
gem "rake"
gem "minitest"
gem "combustion"
gem "sqlite3", "< 2"
gem "sqlite3"
gem "pg"
gem "mysql2"
gem "trilogy"
Expand Down
4 changes: 2 additions & 2 deletions gemfiles/rails72.gemfile → gemfiles/rails71.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ source "https://rubygems.org"

gemspec path: ".."

gem "rails", "~> 7.2.0.beta1"
gem "rails", "~> 7.1.0"
gem "rake"
gem "minitest"
gem "combustion"
gem "sqlite3"
gem "sqlite3", "< 2"
gem "pg"
gem "mysql2"
gem "trilogy"
Expand Down

0 comments on commit dc3d455

Please sign in to comment.