We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30237f7 commit 227d931Copy full SHA for 227d931
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
matrix:
29
ruby: ["3.4", "3.3", "3.2"]
30
- rack: ["2.0", "3.0"]
+ rack: ["2.2", "3.1", "3.2"]
31
env:
32
RACK_VERSION: ${{ matrix.rack }}
33
steps:
0 commit comments