Skip to content

Commit 7726777

Browse files
committed
Drop CI check for Ruby 2.3 and 2.4
1 parent fd0b6ea commit 7726777

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
- "2.7"
2323
- "2.6"
2424
- "2.5"
25-
- "2.4"
26-
- "2.3"
2725
- "jruby-9.4.3.0"
2826
- "jruby-9.2.14.0"
2927
- "truffleruby-23.0.0"
@@ -36,7 +34,6 @@ jobs:
3634
uses: ruby/setup-ruby@v1
3735
with:
3836
ruby-version: ${{ matrix.ruby-version }}
39-
rubygems: ${{ (matrix.ruby-version == '2.3' || matrix.ruby-version == '2.4') && '3.2.3' || 'default' }}
4037
bundler-cache: true
4138

4239
- name: Run tests

0 commit comments

Comments
 (0)