Skip to content

Commit

Permalink
Merge pull request #43 from ishikawa999/fix-circleci-config-trunk
Browse files Browse the repository at this point in the history
Change the Ruby version that runs CircleCI trunk tests
  • Loading branch information
ishikawa999 committed Dec 7, 2021
2 parents a3720b9 + c725c8e commit 0e0ea90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
enum: ['mysql', 'pg', 'mariadb', 'sqlite3']
executor:
name: redmine-plugin/ruby-<< parameters.database >>
ruby_version: '2.7'
ruby_version: '3.0'
steps:
- checkout
- redmine-plugin/download-redmine-trunk
Expand Down

0 comments on commit 0e0ea90

Please sign in to comment.