1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Get a CI matrix configured in default Github Actions generated config

Even if it only has one entry at the moment, it makes it easier to add
new entries by doing it this way.

https://github.com/rubygems/rubygems/commit/46232fe265

Co-authored-by: NeimadTL <damientalbot26@gmail.com>
This commit is contained in:
David Rodríguez 2021-08-04 10:59:50 +02:00 committed by Hiroshi SHIBATA
parent 2e30d9ab42
commit 43aecf216e
Notes: git 2021-08-31 19:07:13 +09:00

View file

@ -9,12 +9,18 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- <%= RUBY_VERSION %>
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: <%= RUBY_VERSION %>
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
- name: Run the default task
run: bundle exec rake