Skip to content

Commit 7c75e80

Browse files
committed
Set minimum CI version to 2.4
1 parent 9f0e4ba commit 7c75e80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
ruby-versions:
77
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
88
with:
9-
min_version: 2.5
9+
min_version: 2.4
1010
test:
1111
needs: ruby-versions
1212
name: build (${{ matrix.ruby }} / ${{ matrix.os }})

0 commit comments

Comments
 (0)