Skip to content

Commit 8ccc635

Browse files
Remove Ruby 2.7 from CI matrix (requires Ruby >= 3.0.0)
1 parent ff4ffa8 commit 8ccc635

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ jobs:
1515
'3.3',
1616
'3.2',
1717
'3.1',
18-
'3.0',
19-
'2.7'
18+
'3.0'
2019
]
2120

2221
steps:

0 commit comments

Comments
 (0)