Skip to content

Commit 95185a6

Browse files
authored
chore: Bump ruby version to support GEM_HOST_API_KEY (#50)
1 parent 52a9c64 commit 95185a6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/manual-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Build and Test
2828
uses: ./.github/actions/ci
2929
with:
30-
ruby-version: 2.6
30+
ruby-version: '3.0'
3131

3232
- id: publish
3333
name: Publish Package

Diff for: .github/workflows/release-please.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: ./.github/actions/ci
3232
if: ${{ steps.release.outputs.releases_created == 'true' }}
3333
with:
34-
ruby-version: 2.6
34+
ruby-version: '3.0'
3535

3636
- uses: ./.github/actions/publish
3737
if: ${{ steps.release.outputs.releases_created == 'true' }}

0 commit comments

Comments
 (0)