Skip to content

Commit e1a88e4

Browse files
committed
Add Ruby 3.4 and head into test matrix
1 parent 931680a commit e1a88e4

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
strategy:
1717
fail-fast: false
1818
matrix:
19-
ruby-version: ['2.5', '3.0', '3.1', '3.2', '3.3']
19+
ruby-version: ['2.5', '3.0', '3.1', '3.2', '3.3', '3.4', 'head']
2020

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

0 commit comments

Comments
 (0)