We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c4bcd commit 47df882Copy full SHA for 47df882
.github/workflows/main.yml
@@ -15,9 +15,9 @@ jobs:
15
fail-fast: false
16
matrix:
17
ruby:
18
- - "3.2.8"
19
- - "3.3.8"
20
- - "3.4.5"
+ - "3.2.9"
+ - "3.3.9"
+ - "3.4.6"
21
- "head"
22
23
os:
@@ -29,14 +29,14 @@ jobs:
29
30
include:
31
- os: ubuntu-latest
32
- ruby: "3.4.2"
+ ruby: "3.4.6"
33
mn_threads: 1
34
35
ruby: "head"
36
37
38
39
40
yjit: 1
41
42
.ruby-version
@@ -1 +1 @@
1
-3.4.5
+3.4.6
0 commit comments