From 1d30f0b1cb059da780eef98d21071f5b499808c0 Mon Sep 17 00:00:00 2001 From: Michalis Zamparas Date: Fri, 2 Feb 2024 12:18:13 +0200 Subject: [PATCH] Add latest ruby versions to ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a924c0..8b7e360 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: ['2.5', '2.6', '2.7', '3.0'] + ruby: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2'] gemfile: ['Gemfile'] env: