Skip to content

Commit

Permalink
Change the Ruby version that runs CircleCI trunk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ishikawa999 committed Dec 7, 2021
1 parent a3720b9 commit c725c8e
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 @@ -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 c725c8e

Please sign in to comment.