Skip to content

Commit

Permalink
Remove bundler param from setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Mar 15, 2024
1 parent 12e860d commit 79244d9
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test_ruby_2_4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.4'
bundler: ${{ contains(fromJSON('["5_0_0", "5_0_1", "5_0_2", "5_0_3", "5_0_4", "5_1_0", "5_1_1", "5_1_2"]'), matrix.arversion) && '1' || 'latest' }}
bundler-cache: true
- name: Start mysql
run: sudo systemctl start mysql.service
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_ruby_2_5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.5'
bundler: ${{ contains(fromJSON('["5_0_0", "5_0_1", "5_0_2", "5_0_3", "5_0_4", "5_1_0", "5_1_1", "5_1_2"]'), matrix.arversion) && '1' || 'latest' }}
bundler-cache: true
- name: Start mysql
run: sudo systemctl start mysql.service
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_ruby_2_6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.6'
bundler: ${{ contains(fromJSON('["5_0_0", "5_0_1", "5_0_2", "5_0_3", "5_0_4", "5_1_0", "5_1_1", "5_1_2"]'), matrix.arversion) && '1' || 'latest' }}
bundler-cache: true
- name: Start mysql
run: sudo systemctl start mysql.service
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test_ruby_2_7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: '2.7'
bundler: ${{ contains(fromJSON('["5_0_0", "5_0_1", "5_0_2", "5_0_3", "5_0_4", "5_1_0", "5_1_1", "5_1_2"]'), matrix.arversion) && '1' || 'latest' }}
bundler-cache: true
- name: Start mysql
run: sudo systemctl start mysql.service
Expand Down

0 comments on commit 79244d9

Please # to comment.