Skip to content

Commit 77667b9

Browse files
Use the system installed bundler version
When we're testing on Ruby HEAD, there is often a mismatch
1 parent 20bdebb commit 77667b9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎.github/workflows/test.yml‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
schedule:
88
- cron: "00 15 * * *"
9+
env:
10+
BUNDLE_VERSION: system
911
jobs:
1012
test:
1113
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)