From 63ecb63f0210212da09312f73ce6889461af49e4 Mon Sep 17 00:00:00 2001 From: Camilo Payan Date: Fri, 27 Dec 2024 13:13:19 -0500 Subject: [PATCH] Adds Ruby 3.4 to the list of tested rubies Also removes Ruby 3.0 which is EOL. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 12cfa07e..595691ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,10 +16,10 @@ jobs: matrix: os: [ubuntu-latest] ruby-version: - - "3.0" - "3.1" - "3.2" - "3.3" + - "3.4" runs-on: ${{ matrix.os }}