From dbaf780d1143944e4c3be590dd57a7740e5fbc42 Mon Sep 17 00:00:00 2001 From: Manuel van Rijn Date: Mon, 12 Aug 2024 11:01:35 +0200 Subject: [PATCH] Bumped the ruby versions and removed EOL'd `3.0` --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fa2bce2..6ee6f48 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,9 +8,9 @@ jobs: fail-fast: false matrix: ruby: - - '3.0.5' - - '3.1.4' - - '3.2.2' + - '3.1.6' + - '3.2.5' + - '3.3.4' rails: - '6.1' - '7.0'