Skip to content

Commit

Permalink
Update test-package.yml (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed May 7, 2021
1 parent e3e85b8 commit 29ee596
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
sdk: [dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.1
- uses: dart-lang/setup-dart@v1.0
with:
channel: ${{ matrix.sdk }}
sdk: ${{ matrix.sdk }}
- id: install
name: Install dependencies
run: dart pub get
Expand All @@ -47,12 +47,12 @@ jobs:
matrix:
# Add macos-latest and/or windows-latest if relevant for this package.
os: [ubuntu-latest]
sdk: [dev]
sdk: [2.12.0, dev]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v0.1
- uses: dart-lang/setup-dart@v1.0
with:
channel: ${{ matrix.sdk }}
sdk: ${{ matrix.sdk }}
- id: install
name: Install dependencies
run: dart pub get
Expand Down

0 comments on commit 29ee596

Please sign in to comment.