Skip to content

Commit

Permalink
Bump Solidus installer CI step to Ruby 3.1
Browse files Browse the repository at this point in the history
The Solidus installer step of the CI is failing because of some Ruby 3.1
syntax so we update from Ruby 3.0 to 3.1.

Co-authored-by: An Stewart <[email protected]>
  • Loading branch information
nvandoorn and stewart committed Oct 23, 2024
1 parent e509aa9 commit 97d9a21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ jobs:
solidus_installer:
executor:
name: sqlite
ruby: "3.0"
ruby: "3.1"
steps:
- checkout
- run:
Expand Down

0 comments on commit 97d9a21

Please sign in to comment.