Skip to content

Commit

Permalink
Bump tested rubies to latest versions (#547)
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 17, 2019
1 parent 5811e4f commit cac3928
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

upload_coverage:
docker:
- image: deividrodriguez/byebug:2.6.0-readline-gcc
- image: deividrodriguez/byebug:2.6.2-readline-gcc
environment:
- CC_TEST_REPORTER_ID: 02530029b1e956220f05076c590b84b9ab078362c9083312eb2ad41cab138408

Expand All @@ -114,7 +114,7 @@ jobs:
type: string

docker:
- image: deividrodriguez/byebug:2.6.0-readline-gcc
- image: deividrodriguez/byebug:2.6.2-readline-gcc

steps:
- checkout
Expand Down Expand Up @@ -214,63 +214,63 @@ workflows:
name: 2.5-readline-gcc
executor:
name: test
version: 2.5.3
version: 2.5.5
line_editor: readline
compiler: gcc

- spec:
name: 2.5-libedit-gcc
executor:
name: test
version: 2.5.3
version: 2.5.5
line_editor: libedit
compiler: gcc

- spec:
name: 2.5-readline-clang
executor:
name: test
version: 2.5.3
version: 2.5.5
line_editor: readline
compiler: clang

- spec:
name: 2.5-libedit-clang
executor:
name: test
version: 2.5.3
version: 2.5.5
line_editor: libedit
compiler: clang

- spec:
name: 2.6-readline-gcc
executor:
name: test
version: 2.6.0
version: 2.6.2
line_editor: readline
compiler: gcc

- spec:
name: 2.6-libedit-gcc
executor:
name: test
version: 2.6.0
version: 2.6.2
line_editor: libedit
compiler: gcc

- spec:
name: 2.6-readline-clang
executor:
name: test
version: 2.6.0
version: 2.6.2
line_editor: readline
compiler: clang

- spec:
name: 2.6-libedit-clang
executor:
name: test
version: 2.6.0
version: 2.6.2
line_editor: libedit
compiler: clang

Expand Down
4 changes: 2 additions & 2 deletions docker/manager.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class Manager
VERSIONS = %w[
2.3.8
2.4.5
2.5.3
2.6.0
2.5.5
2.6.2
head
].freeze

Expand Down

0 comments on commit cac3928

Please sign in to comment.