Skip to content

Commit 16f432f

Browse files
committed
Enable full matrix
1 parent 97e6662 commit 16f432f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,13 @@ on:
99

1010
jobs:
1111
test:
12-
#runs-on: ubuntu-20.04 # For stability
1312
runs-on: ubuntu-latest
1413

1514
strategy:
1615
matrix:
17-
# TODO enable all matrix combinations when first works
18-
#ruby: [2.7.0, 3.0.1]
19-
#gemfile:
20-
# - gemfiles/jekyll_3.7.x.gemfile
21-
# - gemfiles/jekyll_4.x.x.gemfile
22-
ruby: [3.0.1]
16+
ruby: [2.7.0, 3.0.1]
2317
gemfile:
18+
- gemfiles/jekyll_3.7.x.gemfile
2419
- gemfiles/jekyll_4.x.x.gemfile
2520

2621
env:

0 commit comments

Comments
 (0)