Skip to content

Commit 3f81b4a

Browse files
committed
CI: Test jruby-9.4.3
We have some weird JRuby issues on main. Previously we pinned to JRuby-9.4 on Ubuntu-24.04. That currently gives us https://github.com/ruby/ruby-builder/releases/download/toolcache/jruby-9.4.13.0-ubuntu-24.04.tar.gz The old Perforce CI was pinned to jruby-9.4.3.0 on Ubuntu 22.04, lets try that.
1 parent a23449f commit 3f81b4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- {os: ubuntu-24.04, ruby: '3.2'} # openssl 3
4646
- {os: ubuntu-24.04, ruby: '3.3'} # openssl 3
4747
- {os: ubuntu-24.04, ruby: '3.4'} # openssl 3
48-
- {os: ubuntu-24.04, ruby: 'jruby-9.4'}
48+
- {os: ubuntu-22.04, ruby: 'jruby-9.4.3'}
4949
- {os: windows-2025, ruby: '3.1'}
5050
- {os: windows-2025, ruby: '3.2'} # openssl 3
5151
- {os: windows-2025, ruby: '3.3'} # openssl 3

0 commit comments

Comments
 (0)