File tree 2 files changed +17
-17
lines changed
2 files changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -44,16 +44,16 @@ jobs:
44
44
trigger: true
45
45
version: every
46
46
passed:
47
- - ruby-2.4-pr
48
47
- ruby-2.5-pr
49
48
- ruby-2.6-pr
50
49
- ruby-2.7-pr
50
+ - ruby-3.0-pr
51
51
- put: loofah-pr
52
52
params:
53
53
path: loofah-pr
54
54
status: SUCCESS
55
55
56
- - name: ruby-2.4 -pr
56
+ - name: ruby-2.5 -pr
57
57
public: true
58
58
plan:
59
59
- get: ci
65
65
config:
66
66
image_resource:
67
67
type: registry-image
68
- source: {repository: ruby, tag: "2.4 "}
68
+ source: {repository: ruby, tag: "2.5 "}
69
69
platform: linux
70
70
inputs:
71
71
- name: ci
80
80
params:
81
81
path: loofah-pr
82
82
status: FAILURE
83
- - name: ruby-2.5 -pr
83
+ - name: ruby-2.6 -pr
84
84
public: true
85
85
plan:
86
86
- get: ci
92
92
config:
93
93
image_resource:
94
94
type: registry-image
95
- source: {repository: ruby, tag: "2.5 "}
95
+ source: {repository: ruby, tag: "2.6 "}
96
96
platform: linux
97
97
inputs:
98
98
- name: ci
@@ -107,7 +107,7 @@ jobs:
107
107
params:
108
108
path: loofah-pr
109
109
status: FAILURE
110
- - name: ruby-2.6 -pr
110
+ - name: ruby-2.7 -pr
111
111
public: true
112
112
plan:
113
113
- get: ci
@@ -119,7 +119,7 @@ jobs:
119
119
config:
120
120
image_resource:
121
121
type: registry-image
122
- source: {repository: ruby, tag: "2.6 "}
122
+ source: {repository: ruby, tag: "2.7 "}
123
123
platform: linux
124
124
inputs:
125
125
- name: ci
@@ -134,7 +134,7 @@ jobs:
134
134
params:
135
135
path: loofah-pr
136
136
status: FAILURE
137
- - name: ruby-2.7 -pr
137
+ - name: ruby-3.0 -pr
138
138
public: true
139
139
plan:
140
140
- get: ci
@@ -146,7 +146,7 @@ jobs:
146
146
config:
147
147
image_resource:
148
148
type: registry-image
149
- source: {repository: ruby, tag: "2.7 "}
149
+ source: {repository: ruby, tag: "3.0 "}
150
150
platform: linux
151
151
inputs:
152
152
- name: ci
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resources:
16
16
ignore_paths: ["CHANGELOG.md","README.md","concourse/**"]
17
17
18
18
jobs:
19
- - name: ruby-2.4
19
+ - name: ruby-2.5
20
20
public: true
21
21
plan:
22
22
- get: ci
26
26
config:
27
27
image_resource:
28
28
type: registry-image
29
- source: {repository: ruby, tag: "2.4 "}
29
+ source: {repository: ruby, tag: "2.5 "}
30
30
platform: linux
31
31
inputs:
32
32
- name: ci
35
35
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
36
36
run:
37
37
path: ci/concourse/tasks/rake-test/run.sh
38
- - name: ruby-2.5
38
+ - name: ruby-2.6
39
39
public: true
40
40
plan:
41
41
- get: ci
45
45
config:
46
46
image_resource:
47
47
type: registry-image
48
- source: {repository: ruby, tag: "2.5 "}
48
+ source: {repository: ruby, tag: "2.6 "}
49
49
platform: linux
50
50
inputs:
51
51
- name: ci
54
54
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
55
55
run:
56
56
path: ci/concourse/tasks/rake-test/run.sh
57
- - name: ruby-2.6
57
+ - name: ruby-2.7
58
58
public: true
59
59
plan:
60
60
- get: ci
64
64
config:
65
65
image_resource:
66
66
type: registry-image
67
- source: {repository: ruby, tag: "2.6 "}
67
+ source: {repository: ruby, tag: "2.7 "}
68
68
platform: linux
69
69
inputs:
70
70
- name: ci
73
73
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
74
74
run:
75
75
path: ci/concourse/tasks/rake-test/run.sh
76
- - name: ruby-2.7
76
+ - name: ruby-3.0
77
77
public: true
78
78
plan:
79
79
- get: ci
83
83
config:
84
84
image_resource:
85
85
type: registry-image
86
- source: {repository: ruby, tag: "2.7 "}
86
+ source: {repository: ruby, tag: "3.0 "}
87
87
platform: linux
88
88
inputs:
89
89
- name: ci
You can’t perform that action at this time.
0 commit comments