Skip to content

Commit

Permalink
fixed dependency_validator errors
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Sep 5, 2024
1 parent 74eca66 commit 4363b19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:

test:
strategy:
fail-fast: false
matrix:
sdk: [ 2.19.6, stable, beta ]
uses: Workiva/gha-dart-oss/.github/workflows/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ dependencies:
glob: ^2.0.1
json_annotation: ^4.1.0
path: ^1.8.0
test: ^1.17.12
test_core: ">=0.4.2 <0.6.0"
yaml: ^3.1.0

Expand All @@ -29,6 +28,7 @@ dev_dependencies:
build_web_compilers: '>=3.0.0 <5.0.0'
dependency_validator: ^3.1.0
pedantic: ^1.11.1
test: ^1.17.12
test_descriptor: ^2.0.0
test_process: ^2.0.2

Expand Down

0 comments on commit 4363b19

Please sign in to comment.