From 6aa453379f68e6da44dc3374f9a6640929071f9c Mon Sep 17 00:00:00 2001 From: Koen Van Looveren Date: Tue, 25 Jul 2023 09:47:02 +0200 Subject: [PATCH 1/3] Updated the min sdk for dart to <4.0.0 --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 4178a1c..20e8f88 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ homepage: https://github.com/vanlooverenkoen/flutter_appcenter_release_manager version: 3.0.0 environment: - sdk: ">=2.18.0 <3.0.0" + sdk: ">=2.18.0 <4.0.0" flutter: ">=3.3.0" dependencies: From 8a8080aa20e6070babd16dd1cda66130c20d8cb6 Mon Sep 17 00:00:00 2001 From: Koen Van Looveren Date: Tue, 25 Jul 2023 09:49:40 +0200 Subject: [PATCH 2/3] ci(github-actions): Fixed master to main branch rename in ci scripts --- .github/workflows/analyzer.yml | 6 +++--- .github/workflows/formatting.yml | 6 +++--- .github/workflows/sanity.yml | 6 +++--- .github/workflows/tests.yml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/analyzer.yml b/.github/workflows/analyzer.yml index 9ac04ea..2670690 100644 --- a/.github/workflows/analyzer.yml +++ b/.github/workflows/analyzer.yml @@ -2,9 +2,9 @@ name: Analyzer on: push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + branches: [ "main" ] + pull_request_target: + types: [opened, edited, synchronize] jobs: build: diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index b161d6d..4010e67 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -2,9 +2,9 @@ name: Code Formatting on: push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + branches: [ "main" ] + pull_request_target: + types: [opened, edited, synchronize] jobs: build: diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 103fdba..022b9ef 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -2,9 +2,9 @@ name: Sanity on: push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + branches: [ "main" ] + pull_request_target: + types: [opened, edited, synchronize] jobs: build: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 18ea3b0..7b33cbb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -2,9 +2,9 @@ name: Flutter Test on: push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] + branches: [ "main" ] + pull_request_target: + types: [opened, edited, synchronize] jobs: build: From 08266621c84c9c23b98e249abd2ac1aecdaf5384 Mon Sep 17 00:00:00 2001 From: Koen Van Looveren Date: Tue, 25 Jul 2023 09:52:24 +0200 Subject: [PATCH 3/3] ci(github-actions): Fixed master to main branch rename in ci scripts --- .github/workflows/analyzer.yml | 4 ++-- .github/workflows/formatting.yml | 4 ++-- .github/workflows/sanity.yml | 4 ++-- .github/workflows/tests.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/analyzer.yml b/.github/workflows/analyzer.yml index 2670690..15df267 100644 --- a/.github/workflows/analyzer.yml +++ b/.github/workflows/analyzer.yml @@ -3,8 +3,8 @@ name: Analyzer on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index 4010e67..b50defe 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -3,8 +3,8 @@ name: Code Formatting on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 022b9ef..188e655 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -3,8 +3,8 @@ name: Sanity on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 7b33cbb..12a2e8a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -3,8 +3,8 @@ name: Flutter Test on: push: branches: [ "main" ] - pull_request_target: - types: [opened, edited, synchronize] + pull_request: + branches: [ "main" ] jobs: build: