From 276bd46aeb06b1942a5fee5c93b7eafbecc21620 Mon Sep 17 00:00:00 2001 From: Watson Date: Mon, 6 Nov 2023 04:16:29 +0900 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b6100da..0296df7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -10,9 +10,10 @@ permissions: contents: read jobs: - test: - + test-linux: runs-on: ubuntu-latest + timeout-minutes: 20 + strategy: matrix: ruby-version: ['3.0', '3.1', '3.2']