We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119abaf commit 528420aCopy full SHA for 528420a
2 files changed
.github/workflows/deploy.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Setup Ruby
25
uses: ruby/setup-ruby@v1
26
with:
27
- ruby-version: '3.4'
+ ruby-version: '4.0'
28
bundler-cache: true
29
- name: Setup Pages
30
id: pages
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
- ruby-version: "3.4"
+ ruby-version: "4.0"
19
20
- name: Run RSpec
21
run: bundle exec rake
0 commit comments