We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd00588 commit fea060cCopy full SHA for fea060c
.github/workflows/ruby.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v6
12
- name: Set up Ruby 3.4
13
- uses: ruby/setup-ruby@v1.281.0
+ uses: ruby/setup-ruby@v1.284.0
14
with:
15
ruby-version: 3.4
16
- name: Build and test with Rake
@@ -26,7 +26,7 @@ jobs:
26
27
28
- name: Set up Ruby 3.3
29
30
31
ruby-version: 3.3
32
@@ -42,7 +42,7 @@ jobs:
42
43
44
- name: Set up Ruby 3.2
45
46
47
ruby-version: 3.2
48
0 commit comments