We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6f50e commit 61a563fCopy full SHA for 61a563f
1 file changed
.github/workflows/pr_tests.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: "Install Ruby 2.7"
30
uses: ruby/setup-ruby@v1
31
with:
32
- ruby-version: 2.7.8
+ ruby-version: 4.0.1
33
bundler-cache: true
34
- run: |
35
bundle show
@@ -42,7 +42,7 @@ jobs:
42
- name: 'Install Ruby 2.7'
43
44
45
46
47
- run: 'command -v rpm || if command -v apt-get; then sudo apt-get update; sudo apt-get install -y rpm; fi ||:'
48
- name: 'Tags and changelogs'
0 commit comments