Skip to content

Commit e3f8dda

Browse files
committed
Run tests on JRuby 10
1 parent 26622a3 commit e3f8dda

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby-version: [jruby-9.3, jruby-9.4]
16+
ruby-version: [jruby-9.3, jruby-9.4, jruby-10.0]
1717

1818
steps:
19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v5
2020
- name: Set up Ruby
2121
uses: ruby/setup-ruby@v1
2222
with:

0 commit comments

Comments
 (0)