Skip to content

Commit

Permalink
Debug bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Nov 15, 2023
1 parent 8ff5944 commit b6bdd4b
Showing 1 changed file with 29 additions and 24 deletions.
53 changes: 29 additions & 24 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,29 +15,31 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
gemfile: [rails_5_2, rails_6_0, rails_6_1, rails_7_0, rails_edge]
exclude:
- ruby: "2.6"
gemfile: rails_7_0
- ruby: "2.6"
gemfile: rails_edge
- ruby: "3.0"
gemfile: rails_5_2
- ruby: "3.1"
gemfile: rails_5_2
- ruby: "3.2"
gemfile: rails_5_2
- ruby: "3.1"
gemfile: rails_6_0
- ruby: "3.2"
gemfile: rails_6_0
- ruby: "3.2"
gemfile: rails_6_1

include:
- ruby: head
gemfile: rails_edge
# ruby: ["2.6", "2.7", "3.0", "3.1", "3.2"]
# gemfile: [rails_5_2, rails_6_0, rails_6_1, rails_7_0, rails_edge]
# exclude:
# - ruby: "2.6"
# gemfile: rails_7_0
# - ruby: "2.6"
# gemfile: rails_edge
# - ruby: "3.0"
# gemfile: rails_5_2
# - ruby: "3.1"
# gemfile: rails_5_2
# - ruby: "3.2"
# gemfile: rails_5_2
# - ruby: "3.1"
# gemfile: rails_6_0
# - ruby: "3.2"
# gemfile: rails_6_0
# - ruby: "3.2"
# gemfile: rails_6_1
#
# include:
# - ruby: head
# gemfile: rails_edge
ruby: ["head"]
gemfile: [rails_edge]
env:
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
steps:
Expand All @@ -47,7 +49,10 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true
bundler-cache: false
bundler: Gemfile.lock
- name: Manually install dependencies with specific bundler version
run: bundle _2.4.22_ install --jobs 4 --retry 3
- name: Start MySQL and create DB
run: |
sudo systemctl start mysql.service
Expand Down

0 comments on commit b6bdd4b

Please sign in to comment.