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 1a4422c commit 054be0eCopy full SHA for 054be0e
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Set up Ruby
44
uses: ruby/setup-ruby@v1
45
with:
46
- ruby-version: '3.1' # Run rubocop against lowest supported ruby
+ ruby-version: '3.4.7' # Run rubocop against lowest supported ruby
47
bundler-cache: true
48
- name: Run rubocop
49
run: bundle exec rake rubocop
.github/workflows/update_certs.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
- ruby-version: "3.3"
+ ruby-version: "3.4.7"
17
18
- name: Check k0s Certs
19
id: check-certs-expired
0 commit comments