Skip to content

Commit cf33869

Browse files
authored
[product] bump product lower-bound to Meerkat (#8074)
Fixes: #8073 Should unblock landing of #8070, #8071 and #8018. See also: #7718 ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/master/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md
1 parent 7db044d commit cf33869

File tree

2 files changed

+1
-33
lines changed

2 files changed

+1
-33
lines changed

.github/workflows/presubmit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
version: [2024.1, 2024.2, 2024.3, 2025.1]
24+
version: [2024.3, 2025.1]
2525
steps:
2626
- name: checkout
2727
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

product-matrix.json

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,5 @@
11
{
22
"list": [
3-
{
4-
"channel": "stable",
5-
"comments": "IntelliJ 2024.1, Android Studio Koala 2024.1",
6-
"name": "2024.1",
7-
"version": "2024.1",
8-
"ijVersion": "2024.1",
9-
"ideaProduct": "android-studio",
10-
"ideaVersion": "2024.1.2.10",
11-
"baseVersion": "241.18034.62",
12-
"dartPluginVersion": "241.17502",
13-
"androidPluginVersion": "",
14-
"sinceBuild": "241",
15-
"untilBuild": "241.*",
16-
"isUnitTestTarget": "false",
17-
"javaVersion": "17"
18-
},
19-
{
20-
"channel": "stable",
21-
"comments": "IntelliJ 2024.2, Android Studio Ladybug 2024.2",
22-
"name": "2024.2",
23-
"version": "2024.2",
24-
"ijVersion": "2024.2",
25-
"ideaProduct": "android-studio",
26-
"ideaVersion": "2024.1.2.13",
27-
"baseVersion": "242.23339.11",
28-
"dartPluginVersion": "241.17502",
29-
"androidPluginVersion": "",
30-
"sinceBuild": "242",
31-
"untilBuild": "242.*",
32-
"isUnitTestTarget": "false",
33-
"javaVersion": "17"
34-
},
353
{
364
"channel": "stable",
375
"comments": "IntelliJ 2024.3, Android Studio Meerkat 2024.3",

0 commit comments

Comments
 (0)