Skip to content

Commit 54bce7c

Browse files
committed
test against Ruby 3.4
1 parent 579286a commit 54bce7c

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
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
ruby-version: ['3.1', '3.2', '3.3', 'jruby-9.4']
15+
ruby-version: ['3.1', '3.2', '3.3', '3.4', 'jruby-9.4']
1616

1717
steps:
1818
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)