Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Commit 7a24342

Browse files
committed
fix: CI for supported rubies
1 parent 4009618 commit 7a24342

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
ruby: ["3.1.2", "3.1.4"]
9+
ruby: ["3.2", "3.3.7"]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)