Skip to content

Commit

Permalink
Running CircleCI on latest v3.4 / v3.3 / v3.2
Browse files Browse the repository at this point in the history
This runs our CI on the latest version of Ruby supported in the gemspec.
  • Loading branch information
ksylvest committed Jan 30, 2025
1 parent 1a20010 commit b30e02b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@ workflows:
- rspec:
matrix:
parameters:
ruby-version: ["3.4.1", "3.3.0"]
ruby-version:
- "3.4.1"
- "3.3.7"
- "3.2.6"
- rubocop
- release:
filters:
Expand Down

0 comments on commit b30e02b

Please sign in to comment.