Skip to content

Commit 9c6adaa

Browse files
authored
fixes (#2235)
1 parent 0110a80 commit 9c6adaa

File tree

3 files changed

+72
-22
lines changed

3 files changed

+72
-22
lines changed

.github/workflows/dart.yml

+70-21
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

integration_tests/regression/mono_pkg.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
sdk:
44
- dev
5+
- pubspec
56

67
os:
78
- linux

integration_tests/regression/pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: regression_tests
22
publish_to: none
33
environment:
4-
sdk: ^3.2.0
4+
sdk: ^3.4.0
55
dependencies:
66
test: any
77
dev_dependencies:

0 commit comments

Comments
 (0)