Skip to content

Commit 1af12b8

Browse files
committed
Test against latest Rails 8.1 release
1 parent 2f2031a commit 1af12b8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ WORKDIR $WORKDIR
99

1010
COPY . $WORKDIR
1111

12-
RUN RAILS_BRANCH=8-1-stable bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
12+
RUN bundle install --jobs `expr $(cat /proc/cpuinfo | grep -c "cpu cores") - 1` --retry 3
1313

1414
CMD ["sh"]

compose.ci.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,13 @@ services:
44
ci:
55
environment:
66
- ACTIVERECORD_UNITTEST_HOST=sqlserver
7-
- RAILS_BRANCH=8-1-stable
87
build:
98
context: .
109
dockerfile: Dockerfile.ci
1110
command: wait-for sqlserver:1433 -- bundle exec rake test
1211
depends_on:
1312
- "sqlserver"
1413
standardrb:
15-
environment:
16-
- RAILS_BRANCH=8-1-stable
1714
build:
1815
context: .
1916
dockerfile: Dockerfile.ci

0 commit comments

Comments
 (0)