From a0bb58f3f99cb26606cab539eba96fdcf06c96a3 Mon Sep 17 00:00:00 2001 From: Tema Bolshakov Date: Fri, 18 Oct 2024 19:51:22 +0200 Subject: [PATCH] Test against latest ruby versions --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 840e82b..b888d09 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,8 @@ jobs: strategy: matrix: ruby: - - '3.3.1' + - '3.3.5' + - '3.2.5' steps: - uses: actions/checkout@v4