Use latest compatible Bundler of each Ruby version run

This commit is contained in:
Jenny Shen
2024-04-05 10:33:27 -04:00
parent 36c7fc8e07
commit 88d013c8da
+1
View File
@@ -22,6 +22,7 @@ jobs:
with:
ruby-version: ${{ matrix.entry.ruby }}
bundler-cache: true
bundler: latest
- run: bundle exec rake
continue-on-error: ${{ matrix.entry.allowed-failure }}