From aee2252fb66a9b1d8ce32334fe9e6b863738bd1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szczepan=20Bu=C5=82at?= Date: Tue, 1 Jul 2025 13:51:19 +0200 Subject: [PATCH] Test against Ruby 3.4 --- .github/workflows/ruby.yml | 2 +- .gitignore | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 91f3d244dd..809ddb16cb 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3'] + ruby-version: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4'] steps: - uses: actions/checkout@v4 diff --git a/.gitignore b/.gitignore index 555aadd1bd..2e57a9e2ce 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ test/tmp test/version_tmp tmp .ruby-version +.tool-versions