Skip to content

Commit 41c6ac8

Browse files
committed
drop ruby 2.6
1 parent 2d50e60 commit 41c6ac8

File tree

3 files changed

+3
-161
lines changed

3 files changed

+3
-161
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,14 @@ on:
1414
branches: [ master ]
1515

1616
jobs:
17-
test_ruby_2_6:
17+
test:
1818
runs-on: ubuntu-latest
1919
strategy:
2020
matrix:
21-
ruby-version: ['2.6']
22-
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
23-
BUNDLE_GEMFILE: Gemfile.ruby-2.6
21+
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
2422

2523
steps:
26-
- uses: actions/checkout@v2
27-
- name: Set up Ruby
28-
uses: ruby/setup-ruby@v1
29-
with:
30-
ruby-version: ${{ matrix.ruby-version }}
31-
bundler-cache: true
32-
- name: Run tests
33-
run: bundle exec rspec spec
34-
test_ruby_2_7_above:
35-
runs-on: ubuntu-latest
36-
strategy:
37-
matrix:
38-
ruby-version: ['2.7', '3.0', '3.1']
39-
40-
steps:
41-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v4
4225
- name: Set up Ruby
4326
uses: ruby/setup-ruby@v1
4427
with:

Gemfile.ruby-2.6

Lines changed: 0 additions & 11 deletions
This file was deleted.

Gemfile.ruby-2.6.lock

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)