Skip to content

Commit 55c1974

Browse files
committed
Remove Ruby 2.6 and 2.7
1 parent 69502d9 commit 55c1974

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rspec.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-
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
14+
ruby-version: ["3.0", "3.1"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby

.github/workflows/rubocop.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-
ruby-version: ["2.6", "2.7", "3.0", "3.1"]
14+
ruby-version: ["3.0", "3.1"]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby

0 commit comments

Comments
 (0)