File tree 3 files changed +16
-12
lines changed
3 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,11 @@ matrix:
17
17
include :
18
18
- name : 2.3.8
19
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
20
+ - name : 2.4.10
21
+ env : TARGET_VERSION=2.4.10
22
+ - name : 2.5.8
23
+ env : TARGET_VERSION=2.5.8
24
+ - name : 2.6.6
25
+ env : TARGET_VERSION=2.6.6
26
+ - name : 2.7.1
27
+ env : TARGET_VERSION=2.7.1
Original file line number Diff line number Diff line change 1
1
ARG TARGET_VERSION=2.6.3
2
2
3
- FROM wpolicarpo /activerecord-sqlserver-adapter:${TARGET_VERSION}
3
+ FROM railssqlserver /activerecord-sqlserver-adapter:${TARGET_VERSION}
4
4
5
5
ENV WORKDIR /activerecord-sqlserver-adapter
6
6
Original file line number Diff line number Diff line change 1
1
version : " 2.2"
2
2
services :
3
- database :
3
+ sqlserver :
4
4
image : metaskills/mssql-server-linux-rails
5
5
ci :
6
6
environment :
7
- - ACTIVERECORD_UNITTEST_HOST=database
8
- build : .
9
- command : wait-for database:1433 -- bundle exec rake test
7
+ - ACTIVERECORD_UNITTEST_HOST=sqlserver
8
+ build :
9
+ context : .
10
+ dockerfile : Dockerfile.ci
11
+ command : wait-for sqlserver:1433 -- bundle exec rake test
10
12
depends_on :
11
- - " database "
13
+ - " sqlserver "
You can’t perform that action at this time.
0 commit comments