We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6466756 commit 64a6866Copy full SHA for 64a6866
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Set up Ruby
23
uses: ruby/setup-ruby@v1
24
with:
25
- ruby-version: 3.1.0
+ ruby-version: 3.1.2
26
- name: Install dependencies
27
run: bundle install --jobs 4 --retry 3
28
- name: Run tests
0 commit comments