Skip to content

Commit c478419

Browse files
committed
[ci] wider + more up to date targets
1 parent 74e8c64 commit c478419

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

.github/workflows/ci-unit.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,15 @@ jobs:
1212

1313
strategy:
1414
matrix:
15-
java-version: [ 8, 11, 15 ]
16-
ruby-version: [ jruby-9.2.19.0 ]
15+
java-version: [ 8, 11, 15, 17 ]
16+
ruby-version: [ jruby-9.3.3.0 ]
17+
include:
18+
- java-version: 8
19+
ruby-version: jruby-9.2.19.0
20+
- java-version: 11
21+
ruby-version: jruby-9.2.20.1
22+
- java-version: 17
23+
ruby-version: jruby-9.2.20.1
1724
fail-fast: false
1825

1926
steps:

0 commit comments

Comments
 (0)