Skip to content

Commit 1b01ea5

Browse files
authored
Add rubies 3.2, 3.3 and 3.4 to test matrix (#13)
1 parent 00b88f3 commit 1b01ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rspec.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
ruby: ["3.1"]
21+
ruby: ["3.1", "3.2", "3.3", "3.4"]
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)