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 7a326c5 commit 4ebbfeaCopy full SHA for 4ebbfea
.github/workflows/tests.yml
@@ -13,15 +13,9 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- ruby: ["3.0", "3.1", "3.2"]
17
- rails: ["6.1", "7.0", "7.1"]
+ ruby: ["3.1", "3.2", "3.3"]
+ rails: ["6.1", "7.0", "7.1", "7.2"]
18
include:
19
- - ruby: "3.1"
20
- rails: "7.2"
21
- - ruby: "3.2"
22
23
- - ruby: "3.3"
24
25
- ruby: "3.3"
26
rails: "main"
27
0 commit comments