Skip to content

Commit 14bb025

Browse files
committed
Test more rubies
1 parent 7f0c821 commit 14bb025

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml renamed to .github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby
1+
name: Test
22

33
on:
44
push:
@@ -14,6 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17+
- '2.7.0'
18+
- '3.0.0'
1719
- '3.1.0'
1820

1921
steps:

0 commit comments

Comments
 (0)