Skip to content

Commit

Permalink
Update Dart SDK versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fcarrero committed Feb 12, 2024
1 parent def7acf commit e1f15a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
sdk: [2.15.1, 2.16.2, 2.17.7, 2.18.7, 2.19.6, 3.0.0]
sdk: [2.15.1, 2.16.2, 2.17.7, 2.18.7, 2.19.6, 3.0.7, 3.1.5, 3.2.6]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit e1f15a9

Please sign in to comment.