Skip to content

Commit a5165b2

Browse files
committed
ci: add matrix
1 parent 85b4625 commit a5165b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313
strategy:
14+
fail-fast: false
1415
matrix:
15-
sdk: [2.19, 3.1, 3.2, 3.3, 3.4, beta]
16+
sdk: [2.19, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6, beta]
1617

1718
steps:
1819
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)