Skip to content

Commit

Permalink
Update GithubActions config
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez committed Sep 12, 2024
1 parent 672d9ff commit f62236d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,20 @@ on:

jobs:
rspec:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
ruby:
- '3.3'
- '3.2'
- '3.1'
- '3.0'
- '2.7'
- 'head'

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand All @@ -34,4 +35,4 @@ jobs:
bundler-cache: true

- name: RSpec
run: bundle exec rspec
run: bin/rspec

0 comments on commit f62236d

Please sign in to comment.