Skip to content

Commit bc422bb

Browse files
committed
Unused variable "os"
1 parent 8ede8c2 commit bc422bb

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,56 +8,41 @@ jobs:
88
matrix:
99
include:
1010
- ruby: 2.5
11-
os: ubuntu-latest
1211
gemfile: "gemfiles/Gemfile.rails-5.2.x"
1312
- ruby: 2.5
14-
os: ubuntu-latest
1513
gemfile: "gemfiles/Gemfile.rails-5.2.x.sprockets-4.x"
1614
- ruby: 2.5
17-
os: ubuntu-latest
1815
gemfile: "gemfiles/Gemfile.rails-6.0.x"
1916
- ruby: 2.5
20-
os: ubuntu-latest
2117
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
2218
- ruby: 2.6
23-
os: ubuntu-latest
2419
gemfile: "gemfiles/Gemfile.rails-5.2.x"
2520
- ruby: 2.6
26-
os: ubuntu-latest
2721
gemfile: "gemfiles/Gemfile.rails-5.2.x.sprockets-4.x"
2822
- ruby: 2.6
29-
os: ubuntu-latest
3023
gemfile: "gemfiles/Gemfile.rails-6.0.x"
3124
- ruby: 2.6
32-
os: ubuntu-latest
3325
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
3426
- ruby: 2.7
35-
os: ubuntu-latest
3627
gemfile: "gemfiles/Gemfile.rails-5.2.x"
3728
- ruby: 2.7
38-
os: ubuntu-latest
3929
gemfile: "gemfiles/Gemfile.rails-5.2.x.sprockets-4.x"
4030
- ruby: 2.7
41-
os: ubuntu-latest
4231
gemfile: "gemfiles/Gemfile.rails-6.0.x"
4332
- ruby: 2.7
44-
os: ubuntu-latest
4533
gemfile: "gemfiles/Gemfile.rails-6.0.x.sprockets-4.x"
4634
- ruby: 2.7
47-
os: ubuntu-latest
4835
gemfile: "gemfiles/Gemfile.rails-6.1.x.sprockets-4.x"
4936
- ruby: 2.7
50-
os: ubuntu-latest
5137
gemfile: Gemfile
5238
allow-failure: true
5339
- ruby: '3.0'
54-
os: ubuntu-latest
5540
gemfile: Gemfile
5641
allow-failure: true
5742
- ruby: head
58-
os: ubuntu-latest
5943
gemfile: Gemfile
6044
allow-failure: true
45+
6146
steps:
6247
- uses: actions/checkout@v2
6348
- uses: actions/cache@v2

0 commit comments

Comments
 (0)