Skip to content

Commit

Permalink
Remove ruby version definitions in CI/CD
Browse files Browse the repository at this point in the history
it will be read from .ruby-version
  • Loading branch information
jenshenny committed Apr 1, 2024
1 parent 21f24bc commit 30a3d8a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- name: Install dependencies
run: if [[ $(uname) == "Darwin" ]]; then brew install graphviz; else sudo apt-get install graphviz; fi
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: '3.1'
bundler-cache: true
- env:
NO_DEPENDENCIES_INSTALLED: true
Expand Down

0 comments on commit 30a3d8a

Please sign in to comment.