Skip to content

Commit 85a8bb6

Browse files
committed
Add Ruby 4.0 to CI matrix for testing
1 parent 8440eff commit 85a8bb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: ["ubuntu", "macos", "windows"]
13-
ruby: ["3.4"]
13+
ruby: ["3.4", "4.0"]
1414
runs-on: ${{ matrix.os }}-latest
1515
steps:
1616
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)