Skip to content

Commit fbe842e

Browse files
markhallenclaude
andcommitted
chore: add Ruby 4.0 to CI matrix
Test against all supported Ruby versions: 3.2, 3.3, 3.4, 4.0. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b5c1d98 commit fbe842e

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
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
ruby-version: ['3.2', '3.3', '3.4']
17+
ruby-version: ['3.2', '3.3', '3.4', '4.0']
1818

1919
steps:
2020
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)