Skip to content

Commit

Permalink
Exclude 2.2 on ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Dec 4, 2023
1 parent a3e0ad0 commit ba132fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ 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", os: "ubuntu-latest" }

steps:

- uses: actions/checkout@v2

- name: Set up Ruby
Expand Down

0 comments on commit ba132fc

Please sign in to comment.