Skip to content

Commit 9a940f1

Browse files
committed
🚚 Ruby 3.1 to legacy workflow
1 parent 9b98828 commit 9a940f1

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.github/workflows/legacy.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: MRI 3.0 (EOL)
1+
name: MRI 3.0, 3.1 (EOL)
22

33
env:
44
K_SOUP_COV_DO: false
@@ -37,6 +37,14 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
include:
40+
# Ruby 3.1
41+
- ruby: "ruby-3.1"
42+
appraisal: "ruby-3-1"
43+
exec_cmd: "rake test"
44+
gemfile: "Appraisal.root"
45+
rubygems: latest
46+
bundler: latest
47+
4048
# Ruby 3.0
4149
- ruby: "ruby-3.0"
4250
appraisal: "ruby-3-0"

.github/workflows/supported.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,6 @@ jobs:
3636
strategy:
3737
matrix:
3838
include:
39-
# Ruby 3.1
40-
- ruby: "ruby-3.1"
41-
appraisal: "ruby-3-1"
42-
exec_cmd: "rake test"
43-
gemfile: "Appraisal.root"
44-
rubygems: latest
45-
bundler: latest
46-
4739
# Ruby 3.2
4840
- ruby: "ruby-3.2"
4941
appraisal: "ruby-3-2"

0 commit comments

Comments
 (0)