Skip to content

Commit

Permalink
ci: update ruby versions tested
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Jan 14, 2021
1 parent b18e3dc commit 82f0c9e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions concourse/loofah-pr.yml.generated
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@ jobs:
trigger: true
version: every
passed:
- ruby-2.4-pr
- ruby-2.5-pr
- ruby-2.6-pr
- ruby-2.7-pr
- ruby-3.0-pr
- put: loofah-pr
params:
path: loofah-pr
status: SUCCESS

- name: ruby-2.4-pr
- name: ruby-2.5-pr
public: true
plan:
- get: ci
Expand All @@ -65,7 +65,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.4"}
source: {repository: ruby, tag: "2.5"}
platform: linux
inputs:
- name: ci
Expand All @@ -80,7 +80,7 @@ jobs:
params:
path: loofah-pr
status: FAILURE
- name: ruby-2.5-pr
- name: ruby-2.6-pr
public: true
plan:
- get: ci
Expand All @@ -92,7 +92,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.5"}
source: {repository: ruby, tag: "2.6"}
platform: linux
inputs:
- name: ci
Expand All @@ -107,7 +107,7 @@ jobs:
params:
path: loofah-pr
status: FAILURE
- name: ruby-2.6-pr
- name: ruby-2.7-pr
public: true
plan:
- get: ci
Expand All @@ -119,7 +119,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.6"}
source: {repository: ruby, tag: "2.7"}
platform: linux
inputs:
- name: ci
Expand All @@ -134,7 +134,7 @@ jobs:
params:
path: loofah-pr
status: FAILURE
- name: ruby-2.7-pr
- name: ruby-3.0-pr
public: true
plan:
- get: ci
Expand All @@ -146,7 +146,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.7"}
source: {repository: ruby, tag: "3.0"}
platform: linux
inputs:
- name: ci
Expand Down
16 changes: 8 additions & 8 deletions concourse/loofah.yml.generated
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resources:
ignore_paths: ["CHANGELOG.md","README.md","concourse/**"]

jobs:
- name: ruby-2.4
- name: ruby-2.5
public: true
plan:
- get: ci
Expand All @@ -26,7 +26,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.4"}
source: {repository: ruby, tag: "2.5"}
platform: linux
inputs:
- name: ci
Expand All @@ -35,7 +35,7 @@ jobs:
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
run:
path: ci/concourse/tasks/rake-test/run.sh
- name: ruby-2.5
- name: ruby-2.6
public: true
plan:
- get: ci
Expand All @@ -45,7 +45,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.5"}
source: {repository: ruby, tag: "2.6"}
platform: linux
inputs:
- name: ci
Expand All @@ -54,7 +54,7 @@ jobs:
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
run:
path: ci/concourse/tasks/rake-test/run.sh
- name: ruby-2.6
- name: ruby-2.7
public: true
plan:
- get: ci
Expand All @@ -64,7 +64,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.6"}
source: {repository: ruby, tag: "2.7"}
platform: linux
inputs:
- name: ci
Expand All @@ -73,7 +73,7 @@ jobs:
NOKOGIRI_USE_SYSTEM_LIBRARIES: t
run:
path: ci/concourse/tasks/rake-test/run.sh
- name: ruby-2.7
- name: ruby-3.0
public: true
plan:
- get: ci
Expand All @@ -83,7 +83,7 @@ jobs:
config:
image_resource:
type: registry-image
source: {repository: ruby, tag: "2.7"}
source: {repository: ruby, tag: "3.0"}
platform: linux
inputs:
- name: ci
Expand Down

0 comments on commit 82f0c9e

Please sign in to comment.