mirror of
https://github.com/bitwarden/android.git
synced 2026-03-12 05:04:17 -05:00
Declare ruby version globally (#1333)
This commit is contained in:
committed by
Álison Fernandes
parent
ca63dae948
commit
9763db4508
2
.github/workflows/run-check.yml
vendored
2
.github/workflows/run-check.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user