From bbc6531ffff6991de6f5d36fd5552b9a7e2990a4 Mon Sep 17 00:00:00 2001 From: takahashim Date: Wed, 31 Jan 2024 12:26:42 +0900 Subject: [PATCH] GitHub Actions: support Ruby 3.3 --- .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 3ab4db9..ffe595d 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - ruby: [ '3.2', '3.1', '3.0', '2.7' ] + ruby: [ '3.3', '3.2', '3.1', '3.0', '2.7' ] os: [ubuntu-latest, macos-latest, windows-latest] exclude: - os: windows-latest