Skip to content

Commit

Permalink
Update ruby setup step
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Schoknecht committed Dec 19, 2024
1 parent a13e8fb commit deeb9c9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,16 @@ jobs:

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

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@359bebbc29cbe6c87da6bc9ea3bc930432750108
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
- name: Install dependencies
Expand Down

0 comments on commit deeb9c9

Please sign in to comment.