Lock Ruby in CI to v3.1.2 and bump JRuby to v9.4.0.0 (#9196)
Merge pull request 9196
This commit is contained in:
parent
581717cc41
commit
3fded46fa9
|
@ -22,10 +22,10 @@ jobs:
|
|||
ruby_version: "2.7"
|
||||
- label: Ruby 3.0
|
||||
ruby_version: "3.0"
|
||||
- label: Ruby 3.1
|
||||
ruby_version: "3.1"
|
||||
- label: JRuby 9.3.4.0
|
||||
ruby_version: "jruby-9.3.4.0"
|
||||
- label: Ruby 3.1.2
|
||||
ruby_version: "3.1.2"
|
||||
- label: JRuby 9.4.0.0
|
||||
ruby_version: "jruby-9.4.0.0"
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v3
|
||||
|
|
Loading…
Reference in New Issue