Skip to content

Commit 6957f68

Browse files
authored
CI: Lint with Ruby 3.1
We install latest Solidus during linting code and this requires at least Ruby 3.1
1 parent 9f25007 commit 6957f68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
lint-code:
3434
executor:
3535
name: solidusio_extensions/sqlite
36-
ruby_version: "3.0"
36+
ruby_version: "3.1"
3737
steps:
3838
- solidusio_extensions/lint-code
3939

0 commit comments

Comments
 (0)