We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13a024 commit 9edca3fCopy full SHA for 9edca3f
.github/workflows/ci.yml
@@ -18,7 +18,6 @@ jobs:
18
- macos-10.15
19
- windows-latest
20
ruby:
21
- - 3.0.0-preview2
22
- 2.7
23
- 2.6
24
- 2.5
@@ -29,7 +28,6 @@ jobs:
29
28
- { os: windows-latest , ruby: mingw }
30
- { os: windows-latest , ruby: mswin }
31
exclude:
32
- - { os: windows-latest , ruby: 3.0.0-preview2 }
33
- { os: windows-latest , ruby: debug }
34
35
steps:
ext/digest/extconf.rb
@@ -8,6 +8,4 @@
8
"digest.h" => "$(HDRDIR)"
9
}
10
11
-have_func("rb_ext_ractor_safe")
12
-
13
create_makefile("digest")
0 commit comments