We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed6f8a commit effb73cCopy full SHA for effb73c
.travis.yml
@@ -15,7 +15,11 @@ script:
15
- docker-compose run ci
16
matrix:
17
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
+ - name: 2.3.8
+ env: TARGET_VERSION=2.3.8
+ - name: 2.4.6
+ 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
@@ -1,4 +1,4 @@
1
-ARG TARGET_VERSION=2.5.3
+ARG TARGET_VERSION=2.6.3
2
3
FROM wpolicarpo/activerecord-sqlserver-adapter:${TARGET_VERSION}
4
0 commit comments