File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
fail-fast : false
13
13
matrix :
14
- ruby-version : ["2.5", "2. 6"]
14
+ ruby-version : ["2.6"]
15
15
steps :
16
16
- name : Checkout code
17
17
uses : actions/checkout@v1
30
30
strategy :
31
31
fail-fast : false
32
32
matrix :
33
- ruby-version : ["2.5", "2. 6"]
33
+ ruby-version : ["2.6"]
34
34
steps :
35
35
- name : Checkout code
36
36
uses : actions/checkout@v1
49
49
strategy :
50
50
fail-fast : false
51
51
matrix :
52
- ruby-version : ["2.5", "2. 6"]
52
+ ruby-version : ["2.6"]
53
53
steps :
54
54
- name : Checkout code
55
55
uses : actions/checkout@v1
75
75
fail-fast : false
76
76
matrix :
77
77
# 2.7 and 3.0 fail at the moment
78
- # ruby-version: ["2.5", "2.6", "2.7", "3.0"]
79
- ruby-version : ["2.5", "2.6"]
78
+ ruby-version : ["2.6"]
80
79
steps :
81
80
- name : Checkout code
82
81
uses : actions/checkout@v1
You can’t perform that action at this time.
0 commit comments