File tree Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Expand file tree Collapse file tree 6 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,6 @@ RUN curl https://packages.microsoft.com/keys/microsoft.asc | sudo tee /etc/apt/t
2525RUN mkdir -p /tmp/activerecord-sqlserver-adapter
2626COPY Gemfile VERSION activerecord-sqlserver-adapter.gemspec /tmp/activerecord-sqlserver-adapter/
2727RUN cd /tmp/activerecord-sqlserver-adapter \
28- && bundle install \
28+ && RAILS_BRANCH=8-0-stable bundle install \
2929 && rm -rf /tmp/activerecord-sqlserver-adapter
3030RUN chown -R vscode:vscode /usr/local/rvm
Original file line number Diff line number Diff line change 1- ## Unreleased
1+ ## v8.0.0
22
33#### Changed
44
Original file line number Diff line number Diff line change @@ -9,6 +9,6 @@ WORKDIR $WORKDIR
99
1010COPY . $WORKDIR
1111
12- RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
12+ RUN RAILS_BRANCH=8-0-stable bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
1313
1414CMD ["sh"]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ See [Rubygems](https://rubygems.org/gems/activerecord-sqlserver-adapter/versions
1818
1919| Adapter Version | Rails Version | Support | Branch |
2020| -----------------| ---------------| ----------------| -------------------------------------------------------------------------------------------------|
21- | Unreleased | ` 8.0.x ` | In Development | [ main] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main ) |
21+ | ` 8.0.0 ` | ` 8.0.x ` | Active | [ main] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/main ) |
2222| ` 7.2.x ` | ` 7.2.x ` | Active | [ 7-2-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-2-stable ) |
2323| ` 7.1.x ` | ` 7.1.x ` | Active | [ 7-1-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-1-stable ) |
2424| ` 7.0.x ` | ` 7.0.x ` | Ended | [ 7-0-stable] ( https://github.com/rails-sqlserver/activerecord-sqlserver-adapter/tree/7-0-stable ) |
Original file line number Diff line number Diff line change 1- 8.0.0.alpha1
1+ 8.0.0
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ services:
55 ci :
66 environment :
77 - ACTIVERECORD_UNITTEST_HOST=sqlserver
8+ - RAILS_BRANCH=8-0-stable
89 build :
910 context : .
1011 dockerfile : Dockerfile.ci
You can’t perform that action at this time.
0 commit comments