Skip to content

Commit

Permalink
Stop testing Solidus main with Ruby v2.7
Browse files Browse the repository at this point in the history
Only Ruby >= 3 is supported
  • Loading branch information
waiting-for-dev committed May 23, 2023
1 parent 9f86eee commit e3a2d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ jobs:
run-specs-with-mysql:
executor:
name: solidusio_extensions/mysql
ruby_version: '3.0'
ruby_version: '3.1'
steps:
- test-with-starter-frontend

run-specs-with-sqlite:
executor:
name: solidusio_extensions/sqlite
ruby_version: '2.7'
ruby_version: '3.0'
steps:
- test-with-starter-frontend

Expand Down

0 comments on commit e3a2d04

Please sign in to comment.