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:
Ashwin Maroli 2022-11-27 21:51:30 +05:30 committed by GitHub
parent 581717cc41
commit 3fded46fa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -22,10 +22,10 @@ jobs:
ruby_version: "2.7" ruby_version: "2.7"
- label: Ruby 3.0 - label: Ruby 3.0
ruby_version: "3.0" ruby_version: "3.0"
- label: Ruby 3.1 - label: Ruby 3.1.2
ruby_version: "3.1" ruby_version: "3.1.2"
- label: JRuby 9.3.4.0 - label: JRuby 9.4.0.0
ruby_version: "jruby-9.3.4.0" ruby_version: "jruby-9.4.0.0"
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v3 uses: actions/checkout@v3