Skip to content

Commit 82f0c9e

Browse files
committed
ci: update ruby versions tested
1 parent b18e3dc commit 82f0c9e

File tree

2 files changed

+17
-17
lines changed

2 files changed

+17
-17
lines changed

concourse/loofah-pr.yml.generated

+9-9
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,16 @@ jobs:
4444
trigger: true
4545
version: every
4646
passed:
47-
- ruby-2.4-pr
4847
- ruby-2.5-pr
4948
- ruby-2.6-pr
5049
- ruby-2.7-pr
50+
- ruby-3.0-pr
5151
- put: loofah-pr
5252
params:
5353
path: loofah-pr
5454
status: SUCCESS
5555

56-
- name: ruby-2.4-pr
56+
- name: ruby-2.5-pr
5757
public: true
5858
plan:
5959
- get: ci
@@ -65,7 +65,7 @@ jobs:
6565
config:
6666
image_resource:
6767
type: registry-image
68-
source: {repository: ruby, tag: "2.4"}
68+
source: {repository: ruby, tag: "2.5"}
6969
platform: linux
7070
inputs:
7171
- name: ci
@@ -80,7 +80,7 @@ jobs:
8080
params:
8181
path: loofah-pr
8282
status: FAILURE
83-
- name: ruby-2.5-pr
83+
- name: ruby-2.6-pr
8484
public: true
8585
plan:
8686
- get: ci
@@ -92,7 +92,7 @@ jobs:
9292
config:
9393
image_resource:
9494
type: registry-image
95-
source: {repository: ruby, tag: "2.5"}
95+
source: {repository: ruby, tag: "2.6"}
9696
platform: linux
9797
inputs:
9898
- name: ci
@@ -107,7 +107,7 @@ jobs:
107107
params:
108108
path: loofah-pr
109109
status: FAILURE
110-
- name: ruby-2.6-pr
110+
- name: ruby-2.7-pr
111111
public: true
112112
plan:
113113
- get: ci
@@ -119,7 +119,7 @@ jobs:
119119
config:
120120
image_resource:
121121
type: registry-image
122-
source: {repository: ruby, tag: "2.6"}
122+
source: {repository: ruby, tag: "2.7"}
123123
platform: linux
124124
inputs:
125125
- name: ci
@@ -134,7 +134,7 @@ jobs:
134134
params:
135135
path: loofah-pr
136136
status: FAILURE
137-
- name: ruby-2.7-pr
137+
- name: ruby-3.0-pr
138138
public: true
139139
plan:
140140
- get: ci
@@ -146,7 +146,7 @@ jobs:
146146
config:
147147
image_resource:
148148
type: registry-image
149-
source: {repository: ruby, tag: "2.7"}
149+
source: {repository: ruby, tag: "3.0"}
150150
platform: linux
151151
inputs:
152152
- name: ci

concourse/loofah.yml.generated

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resources:
1616
ignore_paths: ["CHANGELOG.md","README.md","concourse/**"]
1717

1818
jobs:
19-
- name: ruby-2.4
19+
- name: ruby-2.5
2020
public: true
2121
plan:
2222
- get: ci
@@ -26,7 +26,7 @@ jobs:
2626
config:
2727
image_resource:
2828
type: registry-image
29-
source: {repository: ruby, tag: "2.4"}
29+
source: {repository: ruby, tag: "2.5"}
3030
platform: linux
3131
inputs:
3232
- name: ci
@@ -35,7 +35,7 @@ jobs:
3535
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
3636
run:
3737
path: ci/concourse/tasks/rake-test/run.sh
38-
- name: ruby-2.5
38+
- name: ruby-2.6
3939
public: true
4040
plan:
4141
- get: ci
@@ -45,7 +45,7 @@ jobs:
4545
config:
4646
image_resource:
4747
type: registry-image
48-
source: {repository: ruby, tag: "2.5"}
48+
source: {repository: ruby, tag: "2.6"}
4949
platform: linux
5050
inputs:
5151
- name: ci
@@ -54,7 +54,7 @@ jobs:
5454
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
5555
run:
5656
path: ci/concourse/tasks/rake-test/run.sh
57-
- name: ruby-2.6
57+
- name: ruby-2.7
5858
public: true
5959
plan:
6060
- get: ci
@@ -64,7 +64,7 @@ jobs:
6464
config:
6565
image_resource:
6666
type: registry-image
67-
source: {repository: ruby, tag: "2.6"}
67+
source: {repository: ruby, tag: "2.7"}
6868
platform: linux
6969
inputs:
7070
- name: ci
@@ -73,7 +73,7 @@ jobs:
7373
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
7474
run:
7575
path: ci/concourse/tasks/rake-test/run.sh
76-
- name: ruby-2.7
76+
- name: ruby-3.0
7777
public: true
7878
plan:
7979
- get: ci
@@ -83,7 +83,7 @@ jobs:
8383
config:
8484
image_resource:
8585
type: registry-image
86-
source: {repository: ruby, tag: "2.7"}
86+
source: {repository: ruby, tag: "3.0"}
8787
platform: linux
8888
inputs:
8989
- name: ci

0 commit comments

Comments
 (0)