CI: Use JRuby 9.4.8.0 (#9654)

Merge pull request 9654
This commit is contained in:
Olle Jonsson 2024-08-29 17:09:19 +02:00 committed by GitHub
parent a5460320c5
commit 2445bd946e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ jobs:
ruby_version: "3.1"
- label: Ruby 3.2
ruby_version: "3.2"
- label: JRuby 9.4.0.0
ruby_version: "jruby-9.4.0.0"
- label: JRuby 9.4.8.0
ruby_version: "jruby-9.4.8.0"
steps:
- name: Checkout Repository
uses: actions/checkout@v4