File tree 2 files changed +11
-7
lines changed
2 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 6
6
jobs :
7
7
test :
8
8
name : tests / ruby
9
- runs-on : ubuntu-latest
9
+ runs-on :
10
+ group : SelfHostedDefault
11
+ labels : ubuntu-22.04-small
10
12
11
13
services :
12
14
redis :
@@ -22,11 +24,11 @@ jobs:
22
24
23
25
strategy :
24
26
matrix :
25
- ruby-version : ['2.6.10 ', '3.0']
27
+ ruby-version : ['2.7.8 ', '3.0']
26
28
steps :
27
29
- uses : actions/checkout@v3
28
30
- name : Set up Ruby ${{ matrix.ruby-version }}
29
- uses : ruby/setup-ruby@v1.133.0
31
+ uses : ruby/setup-ruby@v1
30
32
with :
31
33
ruby-version : ${{ matrix.ruby-version }}
32
34
bundler-cache : true
@@ -37,15 +39,17 @@ jobs:
37
39
run : bundle exec rake
38
40
rubocop :
39
41
name : linters / rubocop
40
- runs-on : ubuntu-latest
42
+ runs-on :
43
+ group : SelfHostedDefault
44
+ labels : ubuntu-22.04-small
41
45
env :
42
- RUBY_VERSION : 2.6.10
46
+ RUBY_VERSION : 2.7.8
43
47
steps :
44
48
- name : Codebase Checkout
45
49
uses : actions/checkout@v3
46
50
47
51
- name : Setup Ruby
48
- uses : ruby/setup-ruby@v1.133.0
52
+ uses : ruby/setup-ruby@v1
49
53
with :
50
54
ruby-version : ${{ env.RUBY_VERSION }}
51
55
bundler-cache : true
Original file line number Diff line number Diff line change 1
1
AllCops :
2
- TargetRubyVersion : 2.6
2
+ TargetRubyVersion : 2.7
You can’t perform that action at this time.
0 commit comments