Skip to content

Commit

Permalink
update ci testing to test ruby 2.7 on dual boot
Browse files Browse the repository at this point in the history
  • Loading branch information
yuenmichelle1 committed Nov 29, 2024
1 parent 92d3089 commit 73dc9cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/run_tests_CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ jobs:
- Gemfile.next
ruby:
- 2.6
- 2.7
exclude:
- gemfile: Gemfile
ruby: 2.7
- gemfile: Gemfile.next
ruby: 2.6
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/${{ matrix.gemfile }}

Expand Down

0 comments on commit 73dc9cd

Please sign in to comment.