Skip to content

Commit

Permalink
Expand list of tested rubies
Browse files Browse the repository at this point in the history
  • Loading branch information
BiggerNoise committed Jan 20, 2022
1 parent 00811b4 commit 792640a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ on:

jobs:
test:
name: Ruby ${{ matrix.ruby-version }} - ${{ matrix.os }} - ${{ github.event_name }}
name: Ruby ${{ matrix.ruby }} - ${{ matrix.os }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
ruby-version: [2.6, 2.7, 3.0.0-preview1]
ruby: [2.6, 2.7, '3.0', 3.1]

steps:
- uses: actions/checkout@v2

- name: Set up Ruby
uses: ruby/setup-ruby@a699edbce608a2c128dedad88e3b6a0e28687b3c
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
Expand Down

0 comments on commit 792640a

Please sign in to comment.