File tree 2 files changed +8
-12
lines changed
2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -19,18 +19,14 @@ jobs:
19
19
runs-on : ubuntu-latest
20
20
strategy :
21
21
matrix :
22
- ruby : [2.7, "3.0", 3.1]
23
-
22
+ ruby : ["2.7", "3.0", "3.1"]
24
23
steps :
25
24
- uses : actions/checkout@v2
26
-
27
- - name : Set up Ruby
28
- uses : ruby/setup-ruby@v1
25
+ - uses : ruby/setup-ruby@v1
29
26
with :
30
- ruby-version : ${{ matrix.ruby }}
27
+ ruby-version : ${{matrix.ruby}}
31
28
bundler : latest
32
29
bundler-cache : true
33
-
34
30
- name : Run tests
35
31
run : bin/test
36
32
Original file line number Diff line number Diff line change 25
25
- uses : actions/checkout@v2
26
26
- uses : ruby/setup-ruby@v1
27
27
with :
28
- ruby-version : " 3.0 "
28
+ ruby-version : " 3.1 "
29
29
bundler : latest
30
30
bundler-cache : true
31
31
- run : " bundle exec rake gem:${{matrix.platform}}"
41
41
steps :
42
42
- uses : ruby/setup-ruby@v1
43
43
with :
44
- ruby-version : " 3.0 "
44
+ ruby-version : " 3.1 "
45
45
- uses : actions/download-artifact@v2
46
46
with :
47
47
name : gem-ruby
55
55
steps :
56
56
- uses : ruby/setup-ruby@v1
57
57
with :
58
- ruby-version : " 3.0 "
58
+ ruby-version : " 3.1 "
59
59
- uses : actions/download-artifact@v2
60
60
with :
61
61
name : gem-x86_64-linux
67
67
needs : ["package"]
68
68
runs-on : ubuntu-latest
69
69
container :
70
- image : ruby:3.0 -alpine
70
+ image : ruby:3.1 -alpine
71
71
steps :
72
72
- uses : actions/download-artifact@v2
73
73
with :
83
83
steps :
84
84
- uses : ruby/setup-ruby@v1
85
85
with :
86
- ruby-version : " 3.0 "
86
+ ruby-version : " 3.1 "
87
87
- uses : actions/download-artifact@v2
88
88
with :
89
89
name : gem-x86_64-darwin
You can’t perform that action at this time.
0 commit comments