Skip to content

Commit

Permalink
Add Ruby 3.2.2 to CI build matrix, update older Rubies (#622)
Browse files Browse the repository at this point in the history
* Add Ruby 3.2.2 to CI build matrix

* CI: Update older Rubies to latest versions
  • Loading branch information
mttkay authored Aug 24, 2023
1 parent a7d7be1 commit c9bd363
Showing 1 changed file with 22 additions and 13 deletions.
35 changes: 22 additions & 13 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
strategy:
matrix:
ruby:
- 3.1.2
- 3.0.4
- 2.7.6
- 3.2.2
- 3.1.4
- 3.0.6
- 2.7.8
- 2.6.10
- 2.5.8
gemfile:
Expand All @@ -42,25 +43,33 @@ jobs:
- active_support_redis_store
exclude:
- gemfile: rack_1
ruby: 3.1.2
ruby: 3.2.2
- gemfile: rails_5_2
ruby: 3.1.2
ruby: 3.2.2
- gemfile: rails_4_2
ruby: 3.1.2
ruby: 3.2.2
- gemfile: dalli2
ruby: 3.1.2
ruby: 3.2.2
- gemfile: rack_1
ruby: 3.0.4
ruby: 3.1.4
- gemfile: rails_5_2
ruby: 3.0.4
ruby: 3.1.4
- gemfile: rails_4_2
ruby: 3.0.4
ruby: 3.1.4
- gemfile: dalli2
ruby: 3.0.4
ruby: 3.1.4
- gemfile: rack_1
ruby: 2.7.6
ruby: 3.0.6
- gemfile: rails_5_2
ruby: 3.0.6
- gemfile: rails_4_2
ruby: 3.0.6
- gemfile: dalli2
ruby: 3.0.6
- gemfile: rack_1
ruby: 2.7.8
- gemfile: rails_4_2
ruby: 2.7.6
ruby: 2.7.8
- gemfile: rails_7_0
ruby: 2.6.10
- gemfile: rails_7_0
Expand Down

0 comments on commit c9bd363

Please sign in to comment.