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 b45f89a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ jobs:
- '2.7'
- '3.0'
- '3.1'
- '3.2'
active_model:
- '6.0'
- '6.1'
- '7.0'
- '7.1'
http_client_gem:
- 'rest-client'
- 'faraday'
Expand Down
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 b45f89a

Please sign in to comment.