Skip to content

Commit ce30b77

Browse files
committed
drop support to ruby 2.4
1 parent 6f5421a commit ce30b77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/actions.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.8, 2.5.9, 2.4.10]
14+
ruby-version: [2.6.8, 2.5.9]
1515
steps:
1616
- uses: zendesk/checkout@v2
1717
- uses: zendesk/setup-ruby@v1

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.4.0
1+
2.6

0 commit comments

Comments
 (0)