Skip to content

Commit 7728b62

Browse files
authored
Merge pull request #15 from blake-education/release-ruby-version-2
fix: update release ruby version
2 parents 96dff12 + 83dbbd9 commit 7728b62

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
@@ -26,7 +26,7 @@ jobs:
2626
# Setup ruby if a release was created
2727
- uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: 3.0.4
29+
ruby-version: 3.3.0
3030
if: ${{ steps.release.outputs.release_created }}
3131
# Bundle install
3232
- run: bundle install --jobs 4 --retry 3

0 commit comments

Comments
 (0)