Skip to content

Commit

Permalink
try testing multiple versions of ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
tatums committed Apr 30, 2024
1 parent dfd6c40 commit c481e49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0', '3.1', '3.2']

steps:
- uses: actions/checkout@v3
- name: Set up Ruby
Expand Down

0 comments on commit c481e49

Please sign in to comment.