Skip to content

Commit

Permalink
Merge pull request #97 from SpringMT/feature/add-ruby-3-4-for-actions
Browse files Browse the repository at this point in the history
feat: add ruby 3.4.x
  • Loading branch information
SpringMT authored Jan 4, 2025
2 parents 8f213de + 95d7fc3 commit 08fdaa9
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 @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']

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

0 comments on commit 08fdaa9

Please sign in to comment.