Skip to content

Commit 3074d98

Browse files
committed
update ci workflow
1 parent 6c9127c commit 3074d98

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.circleci/config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ workflows:
66
- unit-tests:
77
name: ruby30
88
version: "3.0.0"
9+
- unit-tests:
10+
name: ruby31
11+
version: "3.1.0"
12+
requires:
13+
- ruby30
14+
- unit-tests:
15+
name: ruby322
16+
version: "3.2.2"
17+
requires:
18+
- ruby31
919

1020
jobs:
1121
unit-tests:

0 commit comments

Comments
 (0)