Skip to content

Commit

Permalink
Add CI runs with lowest supported Dart version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke committed Jan 24, 2024
1 parent 0c1a581 commit 64f6c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [stable, beta, dev]
sdk: [stable, beta, dev, "2.18.0"]
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
sdk: [stable, beta, dev]
sdk: [stable, beta, dev, "2.18.0"]
steps:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
Expand Down

0 comments on commit 64f6c56

Please sign in to comment.