Skip to content

Commit

Permalink
Determina versão de bundler e ruby para evitar conflitos
Browse files Browse the repository at this point in the history
  • Loading branch information
AnaPerola committed Nov 8, 2024
1 parent 36316fc commit 3271f94
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.5.0"
- "2.5"
- "2.6.0"
- "2.6"
- "2.6.6"
steps:
- uses: actions/checkout@v1
- name: Set up Ruby
Expand All @@ -33,7 +30,7 @@ jobs:
gems-${{ matrix.ruby }}-
- name: Install dependencies
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path ~/gems
bundle install --jobs 4 --retry 3
- name: Run tests
Expand Down

0 comments on commit 3271f94

Please sign in to comment.