Skip to content

Commit

Permalink
Technical/Add Ruby 3.3 support
Browse files Browse the repository at this point in the history
* Updated CircleCI config
  • Loading branch information
bestwebua committed Jan 29, 2024
1 parent 07cf4bb commit 2ef1f6b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ defaults: &defaults
- image: cimg/ruby:<< parameters.ruby-version >>

orbs:
ruby: circleci/ruby@2.1.0
ruby: circleci/ruby@2.1.1

references:
bundle_install: &bundle_install
Expand Down Expand Up @@ -182,15 +182,15 @@ workflows:
- linters-ruby:
matrix:
parameters:
ruby-version: ["3.2-node"]
ruby-version: ["3.3-node"]
- tests-ruby:
matrix:
parameters:
ruby-version: ["3.2"]
ruby-version: ["3.3"]
- compatibility-ruby:
matrix:
parameters:
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1"]
ruby-version: ["2.5", "2.6", "2.7", "3.0", "3.1", "3.2"]
- rubygems-deps-ruby:
matrix:
parameters:
Expand Down

0 comments on commit 2ef1f6b

Please sign in to comment.