chore: Update Dart to 3.0.0 #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: very_good_test_runner | ||
concurrency: | ||
group: ${{ github.workflow }}-${{ github.ref }} | ||
cancel-in-progress: true | ||
on: | ||
push: | ||
branches: | ||
- main | ||
pull_request: | ||
branches: | ||
- main | ||
jobs: | ||
build: | ||
strategy: | ||
matrix: | ||
flutter-version: | ||
- "3.10.0" # The minimum Dart SDK version supported by the package. | ||
- "stable" | ||
uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/pana.yml@v1 | ||
with: | ||
flutter-version: ${{ matrix.flutter-version }} | ||
Check failure on line 24 in .github/workflows/very_good_test_runner.yaml GitHub Actions / very_good_test_runnerInvalid workflow file
|