Update ruby.yml

This commit is contained in:
VetheonGames 2023-05-03 14:02:34 -06:00 committed by GitHub
parent 899bbcf922
commit 71f36b5ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1']
ruby-version: ['3.0', '3.1', '2.7']
steps:
- uses: actions/checkout@v3
@ -35,4 +35,6 @@ jobs:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- name: Run tests
run: bundle exec rake
run: bundle install
- name: Rubocop
run: rubocop