Skip to content

Commit

Permalink
Test against ruby 3.2 and Rails 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hoppergee committed Dec 21, 2023
1 parent faed1a1 commit 932bdf8
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions matrixeval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ matrix:
variants:
- key: 2.7
container:
image: ruby:2.7.5
image: ruby:2.7.8
- key: 3.0
container:
image: ruby:3.0.3
image: ruby:3.0.6
default: true
- key: 3.1
container:
image: ruby:3.1.0
image: ruby:3.1.4
- key: 3.2
container:
image: ruby:3.2.2
# - key: jruby-9.3
# container:
# image: jruby:9.3
Expand All @@ -38,6 +41,9 @@ matrix:
- key: 7.0
env:
ACTIVE_MODEL_VERSION: "~> 7.0.0"
- key: 7.1
env:
ACTIVE_MODEL_VERSION: "~> 7.1.2"
http_client_gem:
variants:
- key: faraday
Expand Down

0 comments on commit 932bdf8

Please sign in to comment.