Skip to content

Commit 98bfeb1

Browse files
fkmyeregon
authored andcommitted
Remove EOL Ruby versions from matrix example in README
1 parent 59a7680 commit 98bfeb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
matrix:
9999
os: [ubuntu-latest, macos-latest]
100100
# 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]
102102
runs-on: ${{ matrix.os }}
103103
steps:
104104
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)