From 2ac8f1bc64d245edc2ccbd1e441d5b890cb112ff Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Tue, 30 Dec 2025 12:49:02 +0100 Subject: [PATCH] Test against Ruby 4.0 --- .github/workflows/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 13bf38a..0485576 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - ruby-version: ['2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] + ruby-version: ['2.0', '2.1', '2.2', '2.3', '2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0'] channel: ['stable'] os: ['ubuntu-latest']