Skip to content

Commit

Permalink
Add Ruby 3.2 to the CI matrix. Also updates the Build Status badge. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
petergoldstein authored Jun 4, 2024
1 parent 0c18118 commit 546a0a1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- 2.7
- '3.0'
- 3.1
- 3.2
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_6_0.gemfile
Expand All @@ -40,8 +41,20 @@ jobs:
gemfile: gemfiles/rails_5_2.gemfile
- ruby: 3.1
gemfile: gemfiles/rails_5_2.gemfile
- ruby: 3.1
- ruby: 3.2
gemfile: gemfiles/rails_6_0.gemfile
- ruby: 3.2
gemfile: gemfiles/rails_4_2.gemfile
- ruby: 3.2
gemfile: gemfiles/rails_5_0.gemfile
- ruby: 3.2
gemfile: gemfiles/rails_5_1.gemfile
- ruby: 3.2
gemfile: gemfiles/rails_5_2.gemfile
- ruby: 3.2
gemfile: gemfiles/rails_6_0.gemfile
- ruby: 3.2
gemfile: gemfiles/rails_6_1.gemfile
os:
- ubuntu-latest
services:
Expand Down
2 changes: 1 addition & 1 deletion Readme.mkd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
**ranked-model** is a modern row sorting library built for Rails 4.2+. It uses ARel aggressively and is better optimized than most other libraries.

[![Build Status](https://travis-ci.org/mixonic/ranked-model.png)](https://travis-ci.org/mixonic/ranked-model)
[![Build Status](https://github.com/brendon/ranked-model/actions/workflows/ci.yml/badge.svg)](https://github.com/brendon/ranked-model/actions/workflows/ci.yml)

ANNOUNCING: Positioning, the gem
--------------------------------
Expand Down

0 comments on commit 546a0a1

Please sign in to comment.