Skip to content

Commit 93502ea

Browse files
authored
Merge pull request #626 from tricknotes/update-ci
Update CI
2 parents c58ece9 + 81e00f7 commit 93502ea

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
ruby: ["3.1", "3.2", "3.3"]
17-
rails: ["6.1", "7.0", "7.1", "7.2"]
16+
ruby: ["3.2", "3.3"]
17+
rails: ["7.0", "7.1", "7.2"]
1818
include:
1919
- ruby: "3.3"
2020
rails: "8.0"
21-
- ruby: "3.3"
21+
- ruby: "3.4"
22+
rails: "8.0"
23+
- ruby: "3.4"
2224
rails: "main"
2325

2426
env:

0 commit comments

Comments
 (0)