Skip to content

Commit

Permalink
try 2.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nickcharlton committed Feb 7, 2024
1 parent 432a741 commit 42865b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
- name: Install bundler v2.3.10 for Ruby 3.1 and below
run: gem install bundler -v '2.3.10'
if: ${{ matrix.ruby <= '3.1' }}
- name: Install bundler v2.5.6 for Ruby 3.2 and above
run: gem install bundler -v '2.5.6'
- name: Install bundler v2.3.7 for Ruby 3.2 and above
run: gem install bundler -v '2.3.7'
if: ${{ matrix.ruby >= '3.2' }}
- name: Install dependencies
run: bundle install
Expand Down

0 comments on commit 42865b0

Please sign in to comment.