Skip to content

Commit a6f55b8

Browse files
authored
Merge branch 'master' into jruby
2 parents 68cfc48 + 26cc486 commit a6f55b8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,20 @@ jobs:
66
ruby-versions:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
9-
engine: cruby-jruby
109
min_version: 2.5
1110

1211
build:
1312
needs: ruby-versions
1413
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
1514
strategy:
15+
fail-fast: false
1616
matrix:
1717
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1818
os: [ ubuntu-latest, macos-latest, windows-latest ]
1919
exclude:
2020
- { os: macos-latest, ruby: '2.5' }
21+
- { os: windows-latest, ruby: 'truffleruby' }
22+
- { os: windows-latest, ruby: 'truffleruby-head' }
2123
include:
2224
- { os: macos-15-intel, ruby: '2.5' }
2325
- { os: macos-15-intel, ruby: '3.4' }

test/test_syslog.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def syslog_line_regex(ident, message)
118118

119119
def test_log
120120
pend("fork not supported") unless Process.respond_to?(:fork)
121+
121122
IO.pipe {|stderr|
122123
pid = fork {
123124
stderr[0].close

0 commit comments

Comments
 (0)