Skip to content

Commit

Permalink
[ci] latest jruby + get builds rolling again
Browse files Browse the repository at this point in the history
  • Loading branch information
kares committed Oct 30, 2024
1 parent 7767343 commit 900266a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ env:
jobs:

maven-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

strategy:
matrix:
java-version: [ 8, 11, 21 ]
ruby-version: [ jruby-9.4.7.0 ]
ruby-version: [ jruby-9.4.8.0 ]
include:
- java-version: 8
ruby-version: jruby-9.2.19.0
Expand All @@ -29,7 +29,7 @@ jobs:
- java-version: 11
ruby-version: jruby-9.4.5.0
- java-version: 17
ruby-version: jruby-9.4.6.0
ruby-version: jruby-9.4.7.0
fail-fast: false

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-test_provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ env:
jobs:

maven-test:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04 # ubuntu-latest

strategy:
matrix:
java-version: [ 11, 21 ]
ruby-version: [ jruby-9.4.6.0 ]
ruby-version: [ jruby-9.4.8.0 ]
include:
- java-version: 17
ruby-version: jruby-9.3.13.0
Expand Down

0 comments on commit 900266a

Please sign in to comment.