Update Ruby version in GitHub workflows from 3.1.2 to 4.0.0 for improved compatibility and performance.

This commit is contained in:
Ari Karim 2026-01-18 10:13:34 +03:00
parent 274bec3e68
commit 070a525c3b
No known key found for this signature in database
GPG Key ID: 1A5559E2E32F1805
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
ruby:
- '3.1.2'
- '4.0.0'
steps:
- uses: actions/checkout@v3

View File

@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 4.0.0
- name: publish gem
run: |