Skip to content

Commit a814d8a

Browse files
committed
ci: upgrades ruby versions
1 parent 8279aeb commit a814d8a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/get-started-ruby.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,17 @@ jobs:
2323

2424
runs-on: ubuntu-latest
2525
needs: []
26+
strategy:
27+
matrix:
28+
ruby-version: ['3.2', '3.3', '3.4', '4.0']
2629

2730
steps:
2831
- uses: actions/checkout@v6
2932

3033
- name: Set up Ruby
3134
uses: ruby/setup-ruby@v1
3235
with:
33-
ruby-version: 3.1
36+
ruby-version: ${{ matrix.ruby-version }}
3437
bundler-cache: true
3538
- name: Install dependencies
3639
run: bundle install

0 commit comments

Comments
 (0)