Skip to content

Commit

Permalink
Merge pull request #3 from ruby/update-actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
hsbt committed Mar 24, 2022
2 parents 6c058af + 7de75ac commit 680b691
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@ jobs:
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
matrix:
ruby: [ 2.7, 2.6, 2.5, head ]
ruby: [ 3.1, "3.0", 2.7, head ]
os: [ ubuntu-latest, macos-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: bundle install
bundler-cache: true
- name: Run test
run: rake test

0 comments on commit 680b691

Please sign in to comment.