Skip to content

Commit f358dc5

Browse files
committed
derive ruby version from .ruby-version file
1 parent 423a322 commit f358dc5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,9 @@ jobs:
5050
21=${JAVA_HOME}
5151
EOF
5252
53+
# Installs the version specified in the .ruby-version file in the repo root.
5354
- name: install ruby
5455
uses: ruby/setup-ruby@v1
55-
with:
56-
ruby-version: 2.7.5
5756

5857
- name: compile
5958
shell: bash -l {0}

0 commit comments

Comments
 (0)