Skip to content

Commit 3cb8525

Browse files
committed
Remove Ruby v2.6 (eol)
1 parent 6da0570 commit 3cb8525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os: [ 'ubuntu-latest', 'macos-latest' ]
1818
# - https://www.ruby-lang.org/en/downloads/branches
19-
ruby-version: [ '2.6', '3.1', '3.2', '3.3', 'ruby-head' ]
19+
ruby-version: [ '3.1', '3.2', '3.3', 'ruby-head' ]
2020

2121
runs-on: ${{ matrix.os }}
2222

0 commit comments

Comments
 (0)