diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 5bc54c97..b4c0fab6 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -27,7 +27,7 @@ jobs: flutter-version: # The version of Flutter to use should use the minimum Dart SDK version supported by the package, # refer to https://docs.flutter.dev/development/tools/sdk/releases. - - "3.24.0" + - "3.27.0" - "3.x" test: # E2E tests for the test command diff --git a/.github/workflows/spdx_license.yaml b/.github/workflows/spdx_license.yaml index f054b1d0..af41b8d8 100644 --- a/.github/workflows/spdx_license.yaml +++ b/.github/workflows/spdx_license.yaml @@ -36,7 +36,7 @@ jobs: - name: 🎯 Setup Dart uses: dart-lang/setup-dart@v1 with: - sdk: 3.5.0 + sdk: 3.6.0 - name: 📦 Install Dependencies run: dart pub get @@ -71,7 +71,7 @@ jobs: - name: 🎯 Setup Dart uses: dart-lang/setup-dart@v1 with: - sdk: 3.5.0 + sdk: 3.6.0 - name: 📦 Install Dependencies run: dart pub get diff --git a/.github/workflows/test_optimizer.yaml b/.github/workflows/test_optimizer.yaml index 38d622dd..de66356b 100644 --- a/.github/workflows/test_optimizer.yaml +++ b/.github/workflows/test_optimizer.yaml @@ -22,7 +22,7 @@ jobs: build_hooks: uses: VeryGoodOpenSource/very_good_workflows/.github/workflows/dart_package.yml@v1 with: - dart_sdk: 3.5.0 + dart_sdk: 3.6.0 working_directory: bricks/test_optimizer/hooks verify_bundle: diff --git a/.github/workflows/very_good_cli.yaml b/.github/workflows/very_good_cli.yaml index 31237a3b..1bd9f56c 100644 --- a/.github/workflows/very_good_cli.yaml +++ b/.github/workflows/very_good_cli.yaml @@ -25,7 +25,7 @@ jobs: - uses: subosito/flutter-action@v2.8.0 with: - flutter-version: 3.24.0 + flutter-version: 3.27.0 - name: Install Dependencies run: flutter pub get diff --git a/bricks/test_optimizer/hooks/pubspec.yaml b/bricks/test_optimizer/hooks/pubspec.yaml index 0d7d0b90..4f2959ee 100644 --- a/bricks/test_optimizer/hooks/pubspec.yaml +++ b/bricks/test_optimizer/hooks/pubspec.yaml @@ -2,7 +2,7 @@ name: hooks publish_to: none environment: - sdk: ^3.5.0 + sdk: ^3.6.0 dependencies: mason: ^0.1.0 diff --git a/e2e/pubspec.yaml b/e2e/pubspec.yaml index 530fdaaa..f783c424 100644 --- a/e2e/pubspec.yaml +++ b/e2e/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.0+1 publish_to: none environment: - sdk: ^3.5.0 + sdk: ^3.6.0 dev_dependencies: mason: ^0.1.0 diff --git a/e2e/test/commands/test/async_main/fixture/pubspec.yaml b/e2e/test/commands/test/async_main/fixture/pubspec.yaml index cfed6c16..61176096 100644 --- a/e2e/test/commands/test/async_main/fixture/pubspec.yaml +++ b/e2e/test/commands/test/async_main/fixture/pubspec.yaml @@ -4,7 +4,7 @@ version: 0.1.0+1 publish_to: none environment: - sdk: ^3.5.0 + sdk: ^3.6.0 dev_dependencies: test: ^1.24.3 diff --git a/e2e/test/commands/test/compilation_error/fixture/pubspec.yaml b/e2e/test/commands/test/compilation_error/fixture/pubspec.yaml index 84c35682..f0775625 100644 --- a/e2e/test/commands/test/compilation_error/fixture/pubspec.yaml +++ b/e2e/test/commands/test/compilation_error/fixture/pubspec.yaml @@ -3,7 +3,7 @@ version: 0.1.0+1 publish_to: none environment: - sdk: ^3.5.0 + sdk: ^3.6.0 dev_dependencies: test: ^1.24.3 diff --git a/pubspec.yaml b/pubspec.yaml index 726d72d1..185eb41d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,7 +8,7 @@ documentation: https://cli.vgv.dev/docs/overview topics: [cli, codegen, test, template, boilerplate] environment: - sdk: ^3.5.0 + sdk: ^3.6.0 dependencies: args: ^2.6.0 diff --git a/test/src/commands/create/commands/dart_cli_test.dart b/test/src/commands/create/commands/dart_cli_test.dart index e552fa79..94fc6d47 100644 --- a/test/src/commands/create/commands/dart_cli_test.dart +++ b/test/src/commands/create/commands/dart_cli_test.dart @@ -42,7 +42,7 @@ Run "very_good help" to see global options.''', const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/test/src/commands/create/commands/dart_package_test.dart b/test/src/commands/create/commands/dart_package_test.dart index 8bb6ec39..e6c75482 100644 --- a/test/src/commands/create/commands/dart_package_test.dart +++ b/test/src/commands/create/commands/dart_package_test.dart @@ -41,7 +41,7 @@ Run "very_good help" to see global options.''', const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/test/src/commands/create/commands/docs_site_test.dart b/test/src/commands/create/commands/docs_site_test.dart index b3ba0bd8..79d66129 100644 --- a/test/src/commands/create/commands/docs_site_test.dart +++ b/test/src/commands/create/commands/docs_site_test.dart @@ -42,7 +42,7 @@ Run "very_good help" to see global options.''', const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/test/src/commands/create/commands/flame_game_test.dart b/test/src/commands/create/commands/flame_game_test.dart index 8bebfab2..6e94cafd 100644 --- a/test/src/commands/create/commands/flame_game_test.dart +++ b/test/src/commands/create/commands/flame_game_test.dart @@ -43,7 +43,7 @@ Run "very_good help" to see global options.''', const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/test/src/commands/create/commands/flutter_app_test.dart b/test/src/commands/create/commands/flutter_app_test.dart index 21481f95..3d2e7a5c 100644 --- a/test/src/commands/create/commands/flutter_app_test.dart +++ b/test/src/commands/create/commands/flutter_app_test.dart @@ -46,7 +46,7 @@ Run "very_good help" to see global options.''', const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/test/src/commands/create/commands/flutter_package_test.dart b/test/src/commands/create/commands/flutter_package_test.dart index 8e4a666c..1b8c9da4 100644 --- a/test/src/commands/create/commands/flutter_package_test.dart +++ b/test/src/commands/create/commands/flutter_package_test.dart @@ -41,7 +41,7 @@ Run "very_good help" to see global options.''', const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/test/src/commands/create/commands/flutter_plugin_test.dart b/test/src/commands/create/commands/flutter_plugin_test.dart index 29c0439b..899e59a3 100644 --- a/test/src/commands/create/commands/flutter_plugin_test.dart +++ b/test/src/commands/create/commands/flutter_plugin_test.dart @@ -51,7 +51,7 @@ Run "very_good help" to see global options.''', const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/test/src/commands/create/create_test.dart b/test/src/commands/create/create_test.dart index 466e8607..d8f81ca6 100644 --- a/test/src/commands/create/create_test.dart +++ b/test/src/commands/create/create_test.dart @@ -25,7 +25,7 @@ Run "very_good help" to see global options.''' const pubspec = ''' name: example environment: - sdk: ^3.5.0 + sdk: ^3.6.0 '''; void main() { diff --git a/tool/spdx_license/hooks/pubspec.yaml b/tool/spdx_license/hooks/pubspec.yaml index 316a9646..89e30663 100644 --- a/tool/spdx_license/hooks/pubspec.yaml +++ b/tool/spdx_license/hooks/pubspec.yaml @@ -6,7 +6,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues publish_to: none environment: - sdk: ^3.5.0 + sdk: ^3.6.0 dependencies: archive: ^3.4.10 diff --git a/tool/spdx_license/pubspec.yaml b/tool/spdx_license/pubspec.yaml index 171124e1..2de11f04 100644 --- a/tool/spdx_license/pubspec.yaml +++ b/tool/spdx_license/pubspec.yaml @@ -6,7 +6,7 @@ issue_tracker: https://github.com/VeryGoodOpenSource/very_good_cli/issues publish_to: none environment: - sdk: ^3.5.0 + sdk: ^3.6.0 dev_dependencies: test: ^1.25.2