Skip to content

Commit

Permalink
Merge pull request #83 from solidusio/waiting-for-dev/update_rubies
Browse files Browse the repository at this point in the history
Update rubies in the example configuration
  • Loading branch information
waiting-for-dev authored Apr 24, 2023
2 parents 033455e + fe768f4 commit 7165ae6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/examples/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ usage:
run-specs-with-postgres:
executor:
name: solidusio_extensions/postgres
ruby_version: '3.1'
ruby_version: '3.2'
steps:
- browser-tools/install-browser-tools
- solidusio_extensions/run-tests
run-specs-with-mysql:
executor:
name: solidusio_extensions/mysql
ruby_version: '3.0'
ruby_version: '3.1'
steps:
- browser-tools/install-browser-tools
- solidusio_extensions/run-tests
run-specs-with-sqlite:
executor:
name: solidusio_extensions/sqlite
ruby_version: '2.7'
ruby_version: '3.0'
steps:
- browser-tools/install-browser-tools
- solidusio_extensions/run-tests
Expand Down

0 comments on commit 7165ae6

Please sign in to comment.