Skip to content

Commit aaacae0

Browse files
committed
Change matrix to 2.10 tag only
1 parent 290e1a2 commit aaacae0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,10 @@ on: [push, pull_request]
55
jobs:
66
test:
77
runs-on: ubuntu-latest
8-
continue-on-error: ${{ matrix.experimental }}
98
strategy:
9+
fail-fast: false
1010
matrix:
11-
tag: ['2.10', latest]
12-
experimental: [false]
13-
include:
14-
- tag: dev
15-
experimental: true
11+
tag: ['2.10']
1612

1713
container:
1814
image: google/dart:${{ matrix.tag }}

0 commit comments

Comments
 (0)