Skip to content

Commit

Permalink
Change CI targets to ruby-3.3 (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
bannable authored Apr 6, 2024
1 parent 7d541b7 commit 59b586f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ executors:
parameters:
version:
type: string
default: "3.2"
default: "3.3"
docker:
- image: cimg/ruby:<< parameters.version >>
environment:
Expand All @@ -28,7 +28,7 @@ commands:
default: standalone
version:
type: string
default: "3.2"
default: "3.3"
steps:
- install-bundler:
appraisal: << parameters.appraisal >>
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
parameters:
version:
type: string
default: "3.2"
default: "3.3"
executor:
name: ruby-specs
version: << parameters.version >>
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
parameters:
version:
type: string
default: "3.2"
default: "3.3"
appraisal:
type: string
default: standalone
Expand Down Expand Up @@ -257,7 +257,7 @@ workflows:
- "3.3"
- typecheck:
requires:
- install-dependencies-3.2
- install-dependencies-3.3
- specs:
matrix:
parameters:
Expand All @@ -273,7 +273,7 @@ workflows:
- install-dependencies-<< matrix.version >>
- rubocop:
requires:
- install-dependencies-3.2
- install-dependencies-3.3
- codeclimate-upload:
requires:
- specs

0 comments on commit 59b586f

Please sign in to comment.