Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Stop testing on 3.1.0 and move to 3.3.0 instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
munificent committed Oct 23, 2024
1 parent 13bb107 commit 93078d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:

jobs:
# Check code formatting and static analysis on a single OS (linux)
# against Dart dev and 2.12.0.
# against Dart dev and an earlier stable version.
analyze:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
sdk: [3.1.0, dev]
sdk: [3.3.0, dev]
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
- uses: dart-lang/setup-dart@0a8a0fc875eb934c15d08629302413c671d3f672
Expand Down

0 comments on commit 93078d5

Please sign in to comment.