Skip to content

Commit 07f22ee

Browse files
committed
Test 3.1-3.4 in CI
1 parent fff1c40 commit 07f22ee

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Ruby
1+
name: Build
22

33
on:
44
push:
@@ -14,7 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
ruby:
17-
- '3.4.1'
17+
- '3.1'
18+
- '3.2'
19+
- '3.3'
20+
- '3.4'
1821

1922
steps:
2023
- name: Checkout

0 commit comments

Comments
 (0)