File tree Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Expand file tree Collapse file tree 3 files changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ script:
1515 - docker-compose run ci
1616matrix :
1717 include :
18- - name : 2.5.5
19- env : TARGET_VERSION=2.5.5
20- - name : 2.6.3
21- env : TARGET_VERSION=2.6.3
18+ - name : 2.5.8
19+ env : TARGET_VERSION=2.5.8
20+ - name : 2.6.6
21+ env : TARGET_VERSION=2.6.6
22+ - name : 2.7.1
23+ env : TARGET_VERSION=2.7.1
Original file line number Diff line number Diff line change 11ARG TARGET_VERSION=2.6.3
22
3- FROM wpolicarpo /activerecord-sqlserver-adapter:${TARGET_VERSION}
3+ FROM railssqlserver /activerecord-sqlserver-adapter:${TARGET_VERSION}
44
55ENV WORKDIR /activerecord-sqlserver-adapter
66
Original file line number Diff line number Diff line change 11version : " 2.2"
22services :
3- database :
3+ sqlserver :
44 image : metaskills/mssql-server-linux-rails
55 ci :
66 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
1012 depends_on :
11- - " database "
13+ - " sqlserver "
You can’t perform that action at this time.
0 commit comments