Skip to content

Commit 88107d8

Browse files
committed
👷 Normalize names of status checks
1 parent 504d001 commit 88107d8

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ancient.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,23 +31,23 @@ jobs:
3131
matrix:
3232
include:
3333
# Ruby 2.3
34-
- ruby: "2.3"
34+
- ruby: "ruby-2.3"
3535
appraisal: "ruby-2-3"
3636
exec_cmd: "rake spec"
3737
gemfile: "Appraisal.root"
3838
rubygems: "3.3.27"
3939
bundler: "2.3.27"
4040

4141
# Ruby 2.4
42-
- ruby: "2.4"
42+
- ruby: "ruby-2.4"
4343
appraisal: "ruby-2-4"
4444
exec_cmd: "rake spec"
4545
gemfile: "Appraisal.root"
4646
rubygems: "3.3.27"
4747
bundler: "2.3.27"
4848

4949
# Ruby 2.5
50-
- ruby: "2.5"
50+
- ruby: "ruby-2.5"
5151
appraisal: "ruby-2-5"
5252
exec_cmd: "rake spec"
5353
gemfile: "Appraisal.root"

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
include:
4343
# Coverage
44-
- ruby: "3.4"
44+
- ruby: "ruby-3.4"
4545
appraisal: "coverage"
4646
exec_cmd: "rake spec"
4747
gemfile: "Appraisal.root"

.github/workflows/hoary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
include:
3434
# Ruby 2.2
35-
- ruby: "2.2"
35+
- ruby: "ruby-2.2"
3636
appraisal: "ruby-2-2"
3737
exec_cmd: "rake spec"
3838
gemfile: "Appraisal.root"

.github/workflows/legacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
matrix:
3838
include:
3939
# Ruby 3.0
40-
- ruby: "3.0"
40+
- ruby: "ruby-3.0"
4141
appraisal: "ruby-3-0"
4242
exec_cmd: "rake spec"
4343
gemfile: "Appraisal.root"

.github/workflows/style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
include:
3636
# Style
37-
- ruby: "3.4"
37+
- ruby: "ruby-3.4"
3838
appraisal: "style"
3939
exec_cmd: "rake rubocop_gradual:check"
4040
gemfile: "Appraisal.root"

0 commit comments

Comments
 (0)