Skip to content

Commit 15c2588

Browse files
authored
ci: Don't run a job for Ruby 2.5 on Ubuntu (#189)
GitHub: fix GH-187 RubyGems 2.7.6 and psych 5.3.0+ don't work. We don't maintain the combination (e.g. pining psych to 5.2.6). So let's remove the job. Reported by Charles Oliver Nutter. Thanks!!!
1 parent fc03d16 commit 15c2588

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- { os: ubuntu-latest , ruby: jruby-9.4 }
3232
exclude:
3333
- { os: macos-latest , ruby: 2.4 }
34+
- { os: ubuntu-latest , ruby: 2.5 }
3435
- { os: macos-latest , ruby: 2.5 }
3536
- { os: windows-latest , ruby: head }
3637
- { os: ubuntu-latest , ruby: truffleruby }

0 commit comments

Comments
 (0)