Skip to content

Commit 227d931

Browse files
committed
amend CI to point to correct rack version
1 parent 30237f7 commit 227d931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
ruby: ["3.4", "3.3", "3.2"]
30-
rack: ["2.0", "3.0"]
30+
rack: ["2.2", "3.1", "3.2"]
3131
env:
3232
RACK_VERSION: ${{ matrix.rack }}
3333
steps:

0 commit comments

Comments
 (0)