Skip to content

Commit

Permalink
Merge pull request #2740 from mhashizume/maint/main/jruby-bump
Browse files Browse the repository at this point in the history
JRuby test bumps
  • Loading branch information
joshcooper committed Jul 29, 2024
2 parents 465c119 + 38b5008 commit fabedea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
cfg:
- {os: ubuntu-latest, ruby: '2.7'}
- {os: ubuntu-22.04, ruby: '3.2'} # with openssl 3
- {os: ubuntu-22.04, ruby: 'jruby-9.3.9.0'}
- {os: ubuntu-22.04, ruby: 'jruby-9.3.14.0'}
- {os: windows-2019, ruby: '2.7'}
- {os: windows-2019, ruby: '3.2'} # with openssl 3
runs-on: ${{ matrix.cfg.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- '3.0'
- '3.2'
- 'jruby-9.3.14.0'
- 'jruby-9.4.7.0'
- 'jruby-9.4.8.0'
runs-on: ubuntu-20.04
steps:
- name: Checkout current PR
Expand Down

0 comments on commit fabedea

Please sign in to comment.