Skip to content

Commit

Permalink
* Disable CI for ruby 2.2 due to bundler issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Dec 18, 2024
1 parent af465d6 commit c9fe935
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
fail-fast: false
matrix:
ruby:
- "2.2"
# Bundler 1.x not working on CI
# - "2.2"
- "2.3"
- "2.4"
- "2.5"
Expand Down

0 comments on commit c9fe935

Please sign in to comment.