Skip to content

Commit c04bf8f

Browse files
committed
Remove duplicates from matrix
1 parent 0bd4420 commit c04bf8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ jobs:
77
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
88
strategy:
99
matrix:
10-
ruby: [ 3.0, 2.7, 2.6, 2.5, head ]
10+
ruby: [ 3.0, 2.7, 2.5, head ]
1111
os: [ ubuntu-latest, macos-latest ]
1212
experimental: [false]
1313
include:
1414
- ruby: 2.6
1515
os: ubuntu-latest
1616
experimental: true
17+
- ruby: 2.6
18+
os: macos-latest
19+
experimental: false
1720
runs-on: ${{ matrix.os }}
1821
continue-on-error: ${{ matrix.experimental }}
1922
steps:

0 commit comments

Comments
 (0)