Skip to content

Commit

Permalink
just use dart 2.19.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nickshoust-wf authored Apr 3, 2024
1 parent e5cd8b8 commit cf2f64c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.13.4, 2.18.7 ]
sdk: [ 2.19.6 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand All @@ -32,13 +32,13 @@ jobs:
run: dart pub get
- name: Check formatting
run: dart format --set-exit-if-changed .
if: ${{ matrix.sdk == '2.18.7' }}
if: ${{ matrix.sdk == '2.19.6' }}
- name: Analyze project source
run: dart analyze
- name: Run tests
run: dart test
- uses: anchore/sbom-action@v0
if: ${{ matrix.sdk == '2.18.7' }}
if: ${{ matrix.sdk == '2.19.6' }}
with:
path: ./
format: cyclonedx-json

0 comments on commit cf2f64c

Please sign in to comment.