We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda71f7 commit 639a00fCopy full SHA for 639a00f
.github/workflows/ci.yml
@@ -53,6 +53,8 @@ jobs:
53
with:
54
ruby-version: ${{ matrix.ruby }}
55
bundler-cache: true
56
+ - name: Show Rails version
57
+ run: bundle info rails
58
- name: Install and Start Cockroachdb
59
run: |
60
# Download CockroachDB
0 commit comments