Skip to content

Commit

Permalink
Use 3.5.0 instead of stable
Browse files Browse the repository at this point in the history
  • Loading branch information
srawlins committed Dec 26, 2024
1 parent 50aa54c commit 5a0747c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [stable, dev]
sdk: [3.5.0, dev]
job: [main, flutter, packages, sdk-docs]
include:
- os: macos-latest
Expand All @@ -35,9 +35,9 @@ jobs:
# Do not try to run flutter against the "stable" sdk,
# it is unlikely to work and produces uninteresting
# results.
- sdk: stable
- sdk: 3.5.0
job: flutter
- sdk: stable
- sdk: 3.5.0
job: sdk-docs

steps:
Expand Down

0 comments on commit 5a0747c

Please sign in to comment.