Skip to content

Commit

Permalink
Run CI against more recent ruby versions (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberdelia committed Sep 15, 2023
1 parent c15c237 commit f97b45a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
@@ -1,29 +1,24 @@
name: CI
on: [push, pull_request]

jobs:
main:
name: Ruby ${{ matrix.ruby }}
runs-on: ubuntu-latest
strategy:
matrix:
ruby:
- 2.5
- 2.6
- 2.7
- 3.0
- 3.1
- 3.2
steps:
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}

- name: Install gems
run: bundle install

- name: RuboCop
run: bundle exec rubocop --parallel

- name: RSpec
run: bundle exec rspec

0 comments on commit f97b45a

Please sign in to comment.