Skip to content

Commit 4519c26

Browse files
committed
Add matrix tests
1 parent 3fa1871 commit 4519c26

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/check.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ jobs:
77
# pull_request: run only when the PR is submitted from a forked repository, not within this repository.
88
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
99
strategy:
10+
matrix:
11+
jruby_version:
12+
- 9.3.10.0
13+
- 9.4.2.0
1014
fail-fast: false
1115
steps:
1216
- uses: actions/checkout@v3
@@ -17,7 +21,7 @@ jobs:
1721
distribution: "temurin"
1822
- uses: ruby/setup-ruby@v1
1923
with:
20-
ruby-version: 'jruby-9.3.10.0'
24+
ruby-version: 'jruby-${{ matrix.jruby_version }}'
2125
bundler-cache: true
2226
- name: show ruby version
2327
run: ruby -v

0 commit comments

Comments
 (0)