Skip to content

Commit 1b39e40

Browse files
committed
ci: Separate ci matrix for the faster build
1 parent 888b3e4 commit 1b39e40

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,11 @@ jobs:
5454
matrix:
5555
include:
5656
- ruby-version: "2.7"
57-
build-rails-versions: "5.2,6.0,6.1,7.0"
57+
build-rails-versions: "5.2"
58+
- ruby-version: "2.7"
59+
build-rails-versions: "6.0,6.1"
60+
- ruby-version: "2.7"
61+
build-rails-versions: "7.0"
5862
- ruby-version: "3.3"
5963
build-rails-versions: "7.1,7.2"
6064
steps:

0 commit comments

Comments
 (0)