two-pack / redmine_auto_assign_group

Redmine Auto Assign Group Plugin
GNU General Public License v2.0
10 stars 1 forks source link

ruby v2.3.x not found on GitHub Action CI #20

Closed two-pack closed 4 years ago

two-pack commented 4 years ago

ruby v2.3.x not found on GitHub Action CI. See the log.

Set up Ruby
##[error]Node run failed with exit code 1
Run actions/setup-ruby@v1
  with:
    ruby-version: v2.3.x
##[error]Version v2.3.x not found
##[error]Node run failed with exit code 1
two-pack commented 4 years ago

A cache of setup-ruby action probably does not find v2.3.x. Well, ruby v2.3.x had been already end of support, so I remove v.2.3.x from the condition.