Skip to content

Commit b818d60

Browse files
committed
Restore support for Ruby 2.5 in specs
1 parent dc83888 commit b818d60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/specs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: ['2.6', '2.7', '3.0']
16+
ruby: ['2.5', '2.6', '2.7', '3.0']
1717

1818
steps:
1919
- name: Checkout repository

0 commit comments

Comments
 (0)