Skip to content

Commit

Permalink
test on multiple ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBirki committed Mar 25, 2024
1 parent 2977f5c commit 34efc0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
test:
name: test
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ '2.7.5', '3.1.2', '3.2.2', '3.3.0' ]

steps:
- name: checkout
Expand All @@ -21,6 +24,7 @@ jobs:
- uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 # [email protected]
with:
bundler-cache: true
ruby-version: ${{ matrix.ruby }}

- name: test
run: script/test -k

0 comments on commit 34efc0d

Please sign in to comment.