We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f81b4a commit 64cf55aCopy full SHA for 64cf55a
.github/workflows/tests.yaml
@@ -45,7 +45,9 @@ jobs:
45
- {os: ubuntu-24.04, ruby: '3.2'} # openssl 3
46
- {os: ubuntu-24.04, ruby: '3.3'} # openssl 3
47
- {os: ubuntu-24.04, ruby: '3.4'} # openssl 3
48
- - {os: ubuntu-22.04, ruby: 'jruby-9.4.3'}
+ - {os: ubuntu-22.04, ruby: 'jruby-9.4.3'} # what Perforce used in their CI
49
+ - {os: ubuntu-22.04, ruby: 'jruby-9.4.8' } # what Openvox packages
50
+ - {os: ubuntu-22.04, ruby: 'jruby-9.4.13' } # latest
51
- {os: windows-2025, ruby: '3.1'}
52
- {os: windows-2025, ruby: '3.2'} # openssl 3
53
- {os: windows-2025, ruby: '3.3'} # openssl 3
0 commit comments