We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a82b20 commit e572698Copy full SHA for e572698
.github/workflows/test-package.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- sdk: [3.7.0, dev]
+ sdk: [3.8.0, dev]
24
steps:
25
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
26
- uses: dart-lang/setup-dart@e51d8e571e22473a2ddebf0ef8a2123f0ab2c02c
@@ -50,7 +50,7 @@ jobs:
50
51
# Add macos-latest and/or windows-latest if relevant for this package.
52
os: [ubuntu-latest]
53
54
55
56
0 commit comments