Skip to content

Commit

Permalink
update CI to latest 2.4 release of bundler
Browse files Browse the repository at this point in the history
also test oldest version we still support, to ensure we don't break it
  • Loading branch information
ccutrer committed Dec 21, 2023
1 parent 6948ba0 commit 748f465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
ruby-version: [2.7, "3.0", 3.1, 3.2]
bundler-version: [2.4.20, 2.5.2]
bundler-version: [2.4.19, 2.4.22, 2.5.2]
exclude:
- ruby-version: 2.7
bundler-version: 2.5.2
Expand Down

0 comments on commit 748f465

Please sign in to comment.