Skip to content

Commit 7dd5a0a

Browse files
committed
Add Ruby 4.0.0 to CI matrix
- Add Ruby 4.0.0 (released Dec 25, 2025) to the test matrix - Update Ruby 3.4.4 to 3.4.8 (latest 3.4.x release) - Note: Ruby 3.5 stable was skipped in favor of 4.0
1 parent bc3ac73 commit 7dd5a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: 'Test Suite'
66
strategy:
77
matrix:
8-
ruby: [3.2.8, 3.3.8, 3.4.4]
8+
ruby: [3.2.8, 3.3.8, 3.4.8, 4.0.0]
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)