Skip to content

Commit 8003346

Browse files
committed
Updated CI rubies
1 parent 5213920 commit 8003346

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
ruby:
17-
- 2.7.5
18-
- 3.0.3
19-
- 3.1.0
17+
- 2.7.7
18+
- 3.1.3
19+
- 3.2.1
2020

2121
steps:
2222
- name: Checkout code

Dockerfile.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
ARG TARGET_VERSION=2.6.3
1+
ARG TARGET_VERSION=3.2.1
22

3-
FROM railssqlserver/activerecord-sqlserver-adapter:${TARGET_VERSION}
3+
FROM aidanharan/activerecord-sqlserver-adapter:${TARGET_VERSION}
44

55
ENV WORKDIR /activerecord-sqlserver-adapter
66

0 commit comments

Comments
 (0)