Skip to content

Commit

Permalink
Merge pull request #88 from prpetten/fix/exclude-ruby-2_2-ubuntu-segf…
Browse files Browse the repository at this point in the history
…ault

Excluding ruby 2.2 from tests due to segfault on Ubuntu
  • Loading branch information
prpetten authored Mar 6, 2024
2 parents 7edf4b4 + cfc7057 commit 22c3627
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
- "2.6"
- "2.7"
- "3.0"
exclude:
# 2.2 segfaults on recent Ubuntu: https://github.com/ruby/setup-ruby/issues/496
- { ruby: "2.2" }

steps:

Expand Down

0 comments on commit 22c3627

Please sign in to comment.