Skip to content

Commit

Permalink
test v4 with stable
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Apr 26, 2024
1 parent 5280615 commit 2a2a427
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [2.19.6, stable]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.19.6
sdk: ${{ matrix.sdk }}
- name: Install dependencies
run: dart pub get
- name: Validate dependencies
Expand Down

0 comments on commit 2a2a427

Please sign in to comment.