Skip to content

Commit

Permalink
[ci] update JRuby testing targets
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Feb 12, 2024
1 parent d63c556 commit ff278f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JOSSL Tests
name: rake test

on: [push, pull_request]

Expand All @@ -13,15 +13,19 @@ jobs:

strategy:
matrix:
java-version: [ 8, 11, 15, 17 ]
ruby-version: [ jruby-9.3.3.0 ]
java-version: [ 8, 11, 17, 21 ]
ruby-version: [ jruby-9.4.5.0 ]
include:
- java-version: 8
ruby-version: jruby-9.2.19.0
- java-version: 11
ruby-version: jruby-9.2.20.1
- java-version: 17
ruby-version: jruby-9.2.20.1
- java-version: 8
ruby-version: jruby-9.3.3.0
- java-version: 11
ruby-version: jruby-9.3.13.0
- java-version: 15
ruby-version: jruby-9.3.13.0
- java-version: 8
ruby-version: jruby-9.1.17.0
fail-fast: false
Expand Down
9 changes: 6 additions & 3 deletions .github/workflows/ci-test_provider.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: JOSSL Tests (Provider)
name: rake test (with provider)

on: [push, pull_request]

Expand All @@ -13,8 +13,11 @@ jobs:

strategy:
matrix:
java-version: [ 11, 17 ]
ruby-version: [ jruby-9.3.3.0 ]
java-version: [ 8, 11, 17 ]
ruby-version: [ jruby-9.3.13.0 ]
include:
- java-version: 21
ruby-version: jruby-9.4.5.0
fail-fast: false

steps:
Expand Down

0 comments on commit ff278f2

Please sign in to comment.