We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0ead98 commit 40f1ce0Copy full SHA for 40f1ce0
.github/workflows/dart.yml
@@ -21,7 +21,7 @@ jobs:
21
strategy:
22
matrix:
23
os: [ubuntu-latest, macos-latest, windows-latest]
24
- sdk: [2.12.4, stable, beta, dev]
+ sdk: [2.14.4, stable, beta, dev]
25
fail-fast: false
26
steps:
27
- uses: actions/checkout@v4
0 commit comments