There was an error while loading. Please reload this page.
1 parent d603b70 commit abe4ec3Copy full SHA for abe4ec3
1 file changed
.github/workflows/ci.yaml
@@ -24,6 +24,7 @@ jobs:
24
with:
25
ruby-version: ${{ matrix.ruby }}
26
bundler-cache: true
27
+ cache-version: 2
28
- run: bundle exec rake
29
30
rubocop:
@@ -36,6 +37,7 @@ jobs:
36
37
38
ruby-version: '3.3'
39
40
41
- run: bundle exec rubocop
42
43
rubies:
@@ -51,6 +53,7 @@ jobs:
51
53
52
54
55
56
57
58
59
psych4:
@@ -68,6 +71,7 @@ jobs:
68
71
69
72
70
73
74
75
76
77
minimal:
@@ -83,4 +87,5 @@ jobs:
83
87
84
88
85
89
90
86
91
- run: bin/test-minimal-support
0 commit comments