Skip to content

Commit ef46d33

Browse files
committed
Regenerate lockfile; test against modern rubies
1 parent 5428ed3 commit ef46d33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
ruby-version: [2.7, '3.0', 3.1, 3.2]
14+
ruby-version: [3.1, 3.2, 3.3, 3.4]
1515
steps:
1616
- uses: actions/checkout@v2
1717
- name: Set up Ruby ${{ matrix.ruby-version }}

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
kubernetes-cli (0.5.0)
4+
kubernetes-cli (0.6.0)
55
kubectl-rb (~> 0.2)
66

77
GEM

0 commit comments

Comments
 (0)