Skip to content

Commit effb73c

Browse files
committed
[CI] Update ruby matrix
1 parent eed6f8a commit effb73c

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.travis.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ script:
1515
- docker-compose run ci
1616
matrix:
1717
include:
18-
- env: TARGET_VERSION=2.3.8
19-
- env: TARGET_VERSION=2.4.5
20-
- env: TARGET_VERSION=2.5.3
21-
- env: TARGET_VERSION=2.6.0
18+
- name: 2.3.8
19+
env: TARGET_VERSION=2.3.8
20+
- name: 2.4.6
21+
env: TARGET_VERSION=2.4.6
22+
- name: 2.5.5
23+
env: TARGET_VERSION=2.5.5
24+
- name: 2.6.3
25+
env: TARGET_VERSION=2.6.3

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG TARGET_VERSION=2.5.3
1+
ARG TARGET_VERSION=2.6.3
22

33
FROM wpolicarpo/activerecord-sqlserver-adapter:${TARGET_VERSION}
44

0 commit comments

Comments
 (0)