Skip to content

Commit cca2341

Browse files
committed
Fix test, 3.1.1 has a newer RubyGems
1 parent cb1708a commit cca2341

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
@@ -141,7 +141,7 @@ jobs:
141141
- uses: actions/checkout@v2
142142
- uses: ./
143143
with:
144-
ruby-version: 3.1
144+
ruby-version: 3.1.0
145145
rubygems: 3.2.3
146146
- run: gem --version | grep -F "3.3.3"
147147

0 commit comments

Comments
 (0)