We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9962ed3 commit 242760dCopy full SHA for 242760d
1 file changed
README.md
@@ -98,7 +98,7 @@ jobs:
98
matrix:
99
os: [ubuntu-latest, macos-latest]
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]
+ ruby: ['3.3', '3.4', '4.0', head, jruby, jruby-head, truffleruby, truffleruby-head]
102
runs-on: ${{ matrix.os }}
103
steps:
104
- uses: actions/checkout@v6
0 commit comments