We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00b88f3 commit 1b01ea5Copy full SHA for 1b01ea5
.github/workflows/rspec.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- ruby: ["3.1"]
+ ruby: ["3.1", "3.2", "3.3", "3.4"]
22
23
steps:
24
- uses: actions/checkout@v4
0 commit comments