We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f2a29 commit 1ec3562Copy full SHA for 1ec3562
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- ruby: ["3.0", "3.1", "3.2"]
+ ruby: ["3.0", "3.1", "3.2", "3.3"]
18
rails: ["6.1", "7.0", "7.1"]
19
continue-on-error: [false]
20
0 commit comments