We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfaf47 commit 044a16bCopy full SHA for 044a16b
.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.2'
+ ruby-version: '3.4'
28
bundler-cache: true
29
- name: Setup Pages
30
id: pages
.github/workflows/test.yml
@@ -15,10 +15,9 @@ jobs:
15
16
17
18
- ruby-version: "3.0"
+ ruby-version: "3.4"
19
20
- name: Run RSpec
21
run: bundle exec rake
22
env:
23
SIMPLIFIED_RUN: "1"
-
0 commit comments