We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612cdb0 commit 0b581b5Copy full SHA for 0b581b5
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
ruby:
18
- "3.2.9"
19
- "3.3.9"
20
- - "3.4.6"
+ - "3.4.7"
21
- "head"
22
23
os:
@@ -29,14 +29,14 @@ jobs:
29
30
include:
31
- os: ubuntu-latest
32
- ruby: "3.4.6"
+ ruby: "3.4.7"
33
mn_threads: 1
34
35
ruby: "head"
36
37
38
39
40
yjit: 1
41
42
.ruby-version
@@ -1 +1 @@
1
-3.4.6
+3.4.7
0 commit comments