We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffd615 commit 4822367Copy full SHA for 4822367
.github/workflows/main.yml
@@ -46,7 +46,7 @@ jobs:
46
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
47
- uses: ruby/setup-ruby@v1
48
with:
49
- ruby-version: 3.2
+ ruby-version: 3.4.8
50
- run: bundle install
51
- name: Standard
52
run: bundle exec rake standard
.ruby-version
@@ -1 +1 @@
1
-3.4.7
+3.4.8
.tool-versions
-ruby 3.4.7
+ruby 3.4.8
0 commit comments