Skip to content

Commit

Permalink
Last release with 2.3
Browse files Browse the repository at this point in the history
Prepare to remove 2.3. Some depds already no longer support it.
This version will support it (without tests), then I'll prepare
for a major bump and 2.3 removal.
  • Loading branch information
weppos committed Sep 2, 2020
1 parent e3eedfd commit a302119
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
ruby-version:
- "2.3"
# - "2.3"
- "2.4"
- "2.5"
- "2.6"
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: ruby

rvm:
- 2.3
# - 2.3
- 2.4
- 2.5
- 2.6
Expand Down

0 comments on commit a302119

Please sign in to comment.