Skip to content

Commit

Permalink
Add Ruby 3.2 to CI matrix (#2126)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson authored Apr 22, 2023
1 parent f1ad06f commit efdc67b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ executors:
parameters:
version:
description: "Ruby version number"
default: "3.1"
default: "3.2"
type: string
docker:
- image: ruby:<< parameters.version >>
Expand All @@ -16,7 +16,7 @@ commands:
parameters:
version:
description: "Ruby version number"
default: "3.1"
default: "3.2"
type: string
steps:
- restore_cache:
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
parameters:
version:
description: "Ruby version number"
default: "3.1"
default: "3.2"
type: string
executor:
name: ruby
Expand Down Expand Up @@ -100,6 +100,7 @@ workflows:
"2.7",
"3.0",
"3.1",
"3.2",
]
cron-workflow:
jobs:
Expand All @@ -119,6 +120,7 @@ workflows:
"2.7",
"3.0",
"3.1",
"3.2",
]
triggers:
- schedule:
Expand Down

0 comments on commit efdc67b

Please sign in to comment.