We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6da0570 commit 3cb8525Copy full SHA for 3cb8525
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os: [ 'ubuntu-latest', 'macos-latest' ]
18
# - https://www.ruby-lang.org/en/downloads/branches
19
- ruby-version: [ '2.6', '3.1', '3.2', '3.3', 'ruby-head' ]
+ ruby-version: [ '3.1', '3.2', '3.3', 'ruby-head' ]
20
21
runs-on: ${{ matrix.os }}
22
0 commit comments