Skip to content

Commit

Permalink
Git actions fixing: Only analyzing/testing latest dart stable
Browse files Browse the repository at this point in the history
  • Loading branch information
sethloco committed Feb 11, 2023
1 parent a514969 commit 200a0e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
fail-fast: false
matrix:
# Test latest stable, beta, and main channels
sdk: [stable, beta, main]
# Test latest stable
sdk: [stable]
steps:
- uses: dart-lang/[email protected]
- uses: actions/checkout@v2
Expand All @@ -34,7 +34,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
sdk: [stable, beta, main]
sdk: [stable]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down

0 comments on commit 200a0e6

Please sign in to comment.