Skip to content

Commit c68f2fd

Browse files
committed
[CI] Update ruby matrix
1 parent bbb3310 commit c68f2fd

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ matrix:
1717
include:
1818
- name: 2.3.8
1919
env: TARGET_VERSION=2.3.8
20-
- name: 2.4.5
21-
env: TARGET_VERSION=2.4.5
22-
- name: 2.5.3
23-
env: TARGET_VERSION=2.5.3
24-
- name: 2.6.0
25-
env: TARGET_VERSION=2.6.0
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)