Skip to content

Commit 297b570

Browse files
committed
ci: drop rubies that are out of upstream support
1 parent 27ba067 commit 297b570

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
ruby: ["2.7", "3.0", "3.1", "3.2", "3.3", "head"]
23+
ruby: ["3.1", "3.2", "3.3", "head"]
2424
steps:
2525
- uses: actions/checkout@v4
2626
- run: rm Gemfile.lock
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: ${{matrix.ruby}}
30-
rubygems: "3.4.22" # last version to support Ruby 2.7
3130
bundler: latest
3231
bundler-cache: true
3332
- name: Run tests

0 commit comments

Comments
 (0)