We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5912b commit db2a99cCopy full SHA for db2a99c
.github/workflows/ci.yml
@@ -25,13 +25,13 @@ jobs:
25
fail-fast: false
26
matrix:
27
ruby:
28
- - "3.1.0-preview1"
+ - "3.1"
29
- "3.0"
30
- "2.7"
31
- "2.6"
32
# - "jruby"
33
include:
34
- - ruby: "3.0"
+ - ruby: "3.1"
35
coverage: "true"
36
env:
37
COVERAGE: ${{matrix.coverage}}
.github/workflows/custom/ci.yml
@@ -3,7 +3,7 @@ jobs:
3
strategy:
4
5
6
- - ruby: "2.7"
7
dry_logic_from_master: "true"
8
9
DRY_LOGIC_FROM_MASTER: ${{matrix.dry_logic_from_master}}
0 commit comments