Skip to content

Commit

Permalink
Handle multiple versions of Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet committed May 31, 2022
1 parent 439d7da commit db1dc20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:

runs-on: ubuntu-latest

strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7']

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

0 comments on commit db1dc20

Please sign in to comment.