Skip to content

Commit 737deb3

Browse files
author
Anil Kumar Maurya
authored
Do not use wild card in ruby version
1 parent 2ba3845 commit 737deb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
ruby-version: [3.0.x, 2.7.x, 2.6.x, 2.5.x]
23+
ruby-version: [3.0.1, 2.7.3, 2.6.7, 2.5.9]
2424

2525
steps:
2626
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)