From 2cee2114e45ef01d31c409a5234ec55e3c742724 Mon Sep 17 00:00:00 2001 From: Soutaro Matsumoto Date: Fri, 14 Jun 2024 10:08:35 +0900 Subject: [PATCH] Add tests on released Ruby versions --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 67168953f..5ff620197 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -8,12 +8,12 @@ on: merge_group: {} jobs: - test: + compile: runs-on: "windows-latest" strategy: fail-fast: false matrix: - ruby: [ucrt, mswin] + ruby: ['3.2', '3.3', ucrt, mswin] steps: - uses: actions/checkout@v4 - name: load ruby