Skip to content

Commit f601963

Browse files
committed
Use the latest stable version of Ruby
1 parent c31746b commit f601963

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push_gem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
strategy:
2525
matrix:
26-
ruby: ["3.3", "jruby"]
26+
ruby: ["ruby", "jruby"]
2727

2828
steps:
2929
- name: Harden Runner
@@ -59,4 +59,4 @@ jobs:
5959
gh release create "${tag_name}" --verify-tag --generate-notes
6060
env:
6161
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
62-
if: matrix.ruby != 'jruby'
62+
if: matrix.ruby == 'ruby'

0 commit comments

Comments
 (0)