Skip to content

Commit c89fc88

Browse files
committed
Drop CI support of ruby 2.5
Chef 17 requires at least 2.6 Signed-off-by: Baptiste Courtois <[email protected]>
1 parent 480ed45 commit c89fc88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
ruby-version: ['2.5', '2.7']
8+
ruby-version: ['2.7']
99
steps:
1010
- uses: actions/checkout@v2
1111
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)