From 2c853249afd3137ca4aa65056742ce9700d5b095 Mon Sep 17 00:00:00 2001 From: Kenta Murata <3959+mrkn@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:10:58 +0900 Subject: [PATCH] Fix the previous commit The latest ruby version is 3.3. --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 25821f9..c8e9f1c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,6 @@ jobs: fail-fast: false matrix: ruby: - - "3.4" - "3.3" - "3.2" - "3.1" @@ -70,7 +69,7 @@ jobs: fail-fast: false matrix: ruby: - - "3.4" + - "3.3" python: - 3.x