Skip to content

Commit

Permalink
Do not run the specs on Ruby 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dsander committed Mar 5, 2021
1 parent d23a5e6 commit 26e8f79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "3.0"
exclude:
- ruby-version: "2.3" # Rugged uses the wrong openssl version on CI and segfaults (similar to https://github.com/libgit2/rugged/issues/718)
- ruby-version: "2.4" # The current version of the Gitlab gem dropped support for Ruby 2.4 https://github.com/prontolabs/pronto/runs/2041832382?check_suite_focus=true#step:3:33
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 26e8f79

Please sign in to comment.