Skip to content

Commit db2a99c

Browse files
committed
[ci] use released ruby 3.1
1 parent 9c5912b commit db2a99c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
fail-fast: false
2626
matrix:
2727
ruby:
28-
- "3.1.0-preview1"
28+
- "3.1"
2929
- "3.0"
3030
- "2.7"
3131
- "2.6"
3232
# - "jruby"
3333
include:
34-
- ruby: "3.0"
34+
- ruby: "3.1"
3535
coverage: "true"
3636
env:
3737
COVERAGE: ${{matrix.coverage}}

.github/workflows/custom/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ jobs:
33
strategy:
44
matrix:
55
include:
6-
- ruby: "2.7"
6+
- ruby: "3.1"
77
dry_logic_from_master: "true"
88
env:
99
DRY_LOGIC_FROM_MASTER: ${{matrix.dry_logic_from_master}}

0 commit comments

Comments
 (0)