Skip to content

Commit 93db4be

Browse files
committed
Add ruby v4 to test matrix
1 parent 357a21e commit 93db4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
15-
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
15+
ruby: ["4.0", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
1616
name: Ruby ${{ matrix.ruby }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)