Skip to content

Commit 880107f

Browse files
committed
Add Ruby 3.4 to CI matrix
1 parent 10be306 commit 880107f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
strategy:
2424
matrix:
25-
ruby-version: ['3.1', '3.2', '3.3']
25+
ruby-version: ['3.1', '3.2', '3.3', '3.4']
2626

2727
steps:
2828
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)