Skip to content

Commit daa109e

Browse files
committed
fix: use exact Ruby 3.0.0 version in CI to match gemspec requirement
1 parent 1b5c7c2 commit daa109e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Set up Ruby
3434
uses: ruby/setup-ruby@v1
3535
with:
36-
ruby-version: '3.0'
36+
ruby-version: '3.0.0'
3737
bundler-cache: true
3838

3939
- name: Build gem

0 commit comments

Comments
 (0)