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 a4e1c38 commit b2e02d8Copy full SHA for b2e02d8
.github/workflows/rspec_tests.yaml
@@ -21,6 +21,9 @@ jobs:
21
- {os: ubuntu-24.04, ruby: '3.3'} # openssl 3
22
- {os: ubuntu-24.04, ruby: '3.4'} # openssl 3
23
- {os: ubuntu-22.04, ruby: 'jruby-9.4.3'}
24
+ - {os: ubuntu-22.04, ruby: 'jruby-9.4.3'} # what Perforce used in their CI
25
+ - {os: ubuntu-22.04, ruby: 'jruby-9.4.8' } # what Openvox packages
26
+ - {os: ubuntu-22.04, ruby: 'jruby-9.4.13' } # latest
27
- {os: windows-2019, ruby: '3.1'}
28
- {os: windows-2019, ruby: '3.2'} # openssl 3
29
- {os: windows-2019, ruby: '3.3'} # openssl 3 / latest Ruby
0 commit comments