From 295cebe1f6c47e9cd6ae4c9c124e80e221b16ec3 Mon Sep 17 00:00:00 2001 From: Takuma Ishikawa Date: Thu, 18 Jan 2024 18:41:23 +0900 Subject: [PATCH] ci: Run tests with Ruby 3.1, 3.2 and 3.3 --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6882117..d216d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,9 @@ jobs: - '2.6' - '2.7' - '3.0' + - '3.1' + - '3.2' + - '3.3' name: Run test with Ruby ${{ matrix.ruby }} steps: - uses: actions/checkout@v2