Skip to content

Commit 4a559b1

Browse files
committed
wip
1 parent 42700e5 commit 4a559b1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@ jobs:
1111
test:
1212
name: test
1313
runs-on: ubuntu-latest
14+
strategy:
15+
matrix:
16+
ruby-version: ['3.0', '3.1', '3.2']
1417
steps:
1518
- uses: actions/checkout@v3
1619
- uses: ruby/setup-ruby@v1
1720
with:
18-
ruby-version: '3.1'
21+
ruby-version: ${{ matrix.ruby-version }}
1922
bundler-cache: true
2023
- run: bundle exec rspec

0 commit comments

Comments
 (0)