Skip to content

Commit b971e88

Browse files
committed
Reduce matrix during migration
1 parent fa2d547 commit b971e88

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,13 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
ruby: [2.7.0, 3.0.1]
16+
# TODO enable all matrix combinations when first works
17+
#ruby: [2.7.0, 3.0.1]
18+
#gemfile:
19+
# - gemfiles/jekyll_3.7.x.gemfile
20+
# - gemfiles/jekyll_4.x.x.gemfile
21+
ruby: [3.0.1]
1722
gemfile:
18-
- gemfiles/jekyll_3.7.x.gemfile
1923
- gemfiles/jekyll_4.x.x.gemfile
2024

2125
env:

0 commit comments

Comments
 (0)