Skip to content

Commit 77a14fc

Browse files
committed
Add Ruby 3.4 and 4.0 to test matrix
1 parent fc1ebb9 commit 77a14fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.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: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
15+
ruby-version: ['2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0']
1616

1717
name: Ruby (${{ matrix.ruby-version }})
1818
steps:

0 commit comments

Comments
 (0)