Remove EOL Ruby versions from matrix example in README · ruby/setup-ruby@98bfeb1 (original) (raw)

Original file line number Diff line number Diff line change
@@ -98,7 +98,7 @@ jobs:
98 98 matrix:
99 99 os: [ubuntu-latest, macos-latest]
100 100 # Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
101 - ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', head, jruby, jruby-head, truffleruby, truffleruby-head]
101 + ruby: ['3.3', '3.4', '4.0', head, jruby, jruby-head, truffleruby, truffleruby-head]
102 102 runs-on: ${{ matrix.os }}
103 103 steps:
104 104 - uses: actions/checkout@v6