Skip to content

Commit 2049fb9

Browse files
authored
Merge pull request #1102 from pod4lib/jcoyne-patch-1
Test on ruby 3.4
2 parents 5f2d367 + 8f97421 commit 2049fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-20.04
1717
strategy:
1818
matrix:
19-
ruby: ['3.2', '3.3']
19+
ruby: ['3.2', '3.3', '3.4']
2020

2121
steps:
2222
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)