Skip to content

Commit 65502bd

Browse files
committed
ci: drop ruby version from setup-ruby config
If we omit it, it will use .ruby-version by default, which is exactly what we want! (I had simply cargo-culted the original config).
1 parent 122e2c9 commit 65502bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
- name: ruby setup
1111
uses: ruby/setup-ruby@v1
1212
with:
13-
ruby-version: 2.7.3
1413
bundler-cache: true
1514

1615
- name: rails setup

0 commit comments

Comments
 (0)