Skip to content

Commit

Permalink
newgem tmpl: ruby as "2.7" in GH Actions matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
olleolleolle committed Nov 24, 2021
1 parent 6221241 commit f5bead5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- '<%= RUBY_VERSION %>'
- '<%= RUBY_VERSION.split(".").take(2).join(".") %>'

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f5bead5

Please sign in to comment.