Declare ruby version globally (#1333)

This commit is contained in:
Patrick Honkonen
2024-05-02 19:28:56 -04:00
committed by Álison Fernandes
parent ca63dae948
commit 9763db4508
4 changed files with 6 additions and 7 deletions

View File

@@ -7,7 +7,6 @@ on:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
JAVA_VERSION: 17
RUBY_VERSION: 3.2.2
jobs:
test:
@@ -40,7 +39,6 @@ jobs:
uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c # v1.175.1
with:
bundler-cache: true
ruby-version: ${{ env.RUBY_VERSION }}
- name: Configure JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1