From 5eaf1d259e5ebeb89a537d87e60ec735f58a35d2 Mon Sep 17 00:00:00 2001 From: azuchi Date: Thu, 11 Jan 2024 14:55:27 +0900 Subject: [PATCH] Update ruby version to 3.3.0 --- .github/workflows/main.yml | 2 +- .ruby-version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 953447b..ad2b14a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['3.0', '3.1', '3.2'] + ruby-version: ['3.0', '3.1', '3.2', '3.3'] steps: - uses: actions/checkout@v2 diff --git a/.ruby-version b/.ruby-version index 85588be..03463f3 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -ruby-3.0.0 +ruby-3.3.0