We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df257dd commit 5ed1090Copy full SHA for 5ed1090
.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.268.0
+ uses: ruby/setup-ruby@v1.269.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