From 98bfeb1244fd70c669c984079833c9c6a0be0e33 Mon Sep 17 00:00:00 2001 From: Yuki Fukuma Date: Wed, 29 Apr 2026 17:34:40 +0900 Subject: [PATCH] Remove EOL Ruby versions from matrix example in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4c91df..351a236 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ jobs: matrix: os: [ubuntu-latest, macos-latest] # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0' - ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', head, jruby, jruby-head, truffleruby, truffleruby-head] + ruby: ['3.3', '3.4', '4.0', head, jruby, jruby-head, truffleruby, truffleruby-head] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v6