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 5213920 commit 8003346Copy full SHA for 8003346
.github/workflows/ci.yml
@@ -14,9 +14,9 @@ jobs:
14
fail-fast: false
15
matrix:
16
ruby:
17
- - 2.7.5
18
- - 3.0.3
19
- - 3.1.0
+ - 2.7.7
+ - 3.1.3
+ - 3.2.1
20
21
steps:
22
- name: Checkout code
Dockerfile.ci
@@ -1,6 +1,6 @@
1
-ARG TARGET_VERSION=2.6.3
+ARG TARGET_VERSION=3.2.1
2
3
-FROM railssqlserver/activerecord-sqlserver-adapter:${TARGET_VERSION}
+FROM aidanharan/activerecord-sqlserver-adapter:${TARGET_VERSION}
4
5
ENV WORKDIR /activerecord-sqlserver-adapter
6
0 commit comments