Skip to content

Commit

Permalink
Let's try latest ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jun 5, 2024
1 parent 73d2dbb commit 20422f1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,9 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7' # Version range or exact version of a Ruby version to use, using semvers version range syntax.

- name: Install packaging dependencies
run: |
gem update --system
gem install ffi -v 1.17.0
gem install dotenv -v 2.8.1
gem install rake fpm:1.10.2 package_cloud
go install github.com/mitchellh/gox@latest
Expand Down

0 comments on commit 20422f1

Please sign in to comment.