Skip to content

Commit 41a6e80

Browse files
committed
Update CI matrix
1 parent 5decfd2 commit 41a6e80

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: [2.7.3, 3.0.1]
16+
ruby:
17+
- 2.7.5
18+
- 3.0.3
19+
- 3.1.0
1720

1821
steps:
1922
- name: Checkout code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Interested in older versions? We follow a rational versioning policy that tracks
1313

1414
| Adapter Version | Rails Version | Support |
1515
| --------------- | ------------- | ------------------------------------------------------------------------------------------- |
16-
| `7.0.0.0` | `7.0.x` | [unreleased](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main) |
16+
| `7.0.0.0.rc1` | `7.0.x` | [unreleased](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main) |
1717
| `6.1.2.1` | `6.1.x` | [active](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/6-1-stable) |
1818
| `6.0.2` | `6.0.x` | [active](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/6-0-stable) |
1919
| `5.2.1` | `5.2.x` | [active](https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/5-2-stable) |

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.0.0-beta.1
1+
7.0.0.0.rc1

0 commit comments

Comments
 (0)