Skip to content

Commit

Permalink
Merge pull request #1102 from pod4lib/jcoyne-patch-1
Browse files Browse the repository at this point in the history
Test on ruby 3.4
  • Loading branch information
corylown authored Jan 21, 2025
2 parents 5f2d367 + 8f97421 commit 2049fb9
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
ruby: ['3.2', '3.3']
ruby: ['3.2', '3.3', '3.4']

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

0 comments on commit 2049fb9

Please sign in to comment.