Skip to content

Commit 8bee7fd

Browse files
committed
fix: drop ruby 2.6 from CI
1 parent 2a037f0 commit 8bee7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
rubyversion: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
14+
rubyversion: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1515
steps:
1616
- uses: actions/checkout@v4
1717
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)