Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
Ignore 3.1 for Rails main, and add 7.2 to the matrix.
  • Loading branch information
jho406 committed Oct 19, 2024
1 parent cc9862e commit 2475f75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:
fail-fast: false
matrix:
ruby: ['3.3', '3.2', '3.1']
version: ['61', '70', '71', 'main']
version: ['70', '71', '72', 'main']
exclude:
- ruby: 3.1
version: main

runs-on: 'ubuntu-latest'

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.61 → Gemfile.72
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gemspec

gem "rspec"
gem "byebug"
gem "rails", "~> 6.1.0"
gem "rails", "~> 7.2.0"
gem "standard", group: [:development, :test]

0 comments on commit 2475f75

Please sign in to comment.