Skip to content

Commit

Permalink
try different sdks
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed Jan 16, 2024
1 parent 147ee58 commit ee44dd7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ jobs:
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
environment: test_ci
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [2.19, stable, beta]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}

- name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit ee44dd7

Please sign in to comment.