Skip to content

Commit

Permalink
Updates Ruby versions for GitHub actions
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Kämper <[email protected]>
  • Loading branch information
s2k committed Dec 27, 2024
1 parent f468e70 commit ba2eb59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.0.7', '3.1.6', '3.2.6', '3.3.6', '3.4.1', 'jruby', 'truffleruby']
ruby-version: ['3.1.6', '3.2.6', '3.3.6', '3.4.1', 'jruby', 'truffleruby']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ba2eb59

Please sign in to comment.