Skip to content

Commit db513ff

Browse files
committed
CI: Specify AR_VERSION, remove invalid ref to matrix.gemfile
1 parent 24bb5c0 commit db513ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ jobs:
3939
--health-timeout 5s
4040
--health-retries 5
4141
env:
42-
BUNDLE_GEMFILE: ${{matrix.gemfile}}
42+
AR_VERSION: 8.0.0.1
43+
# BUNDLE_GEMFILE: ${{matrix.gemfile}}
4344
strategy:
4445
fail-fast: false
4546
matrix:

0 commit comments

Comments
 (0)