Skip to content

Commit bb34161

Browse files
committed
Only test against one version of bundler for now
Might be useful later but doesn't add anything during this upgrade.
1 parent b5fa573 commit bb34161

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
matrix:
2020
java-version: [8, 21]
2121
ruby-version: [jruby-9.4, jruby-10]
22-
bundler-version: [2.6.3]
2322
task: ['', integration]
2423
exclude:
2524
# JRuby 10 requires Java 21 minimum
@@ -48,7 +47,7 @@ jobs:
4847
ruby-version: ${{ matrix.ruby-version }}
4948

5049
- name: Install dependencies
51-
run: bundle _${{ matrix.bundler-version }}_ install --jobs=3 --retry=3
50+
run: bundle install --jobs=3 --retry=3
5251

5352
- name: Run tests
5453
run: bundle exec rake ${{ matrix.TASK }}

0 commit comments

Comments
 (0)