From fe810f8686fbb8657bc74118a5487a0ee60a6c93 Mon Sep 17 00:00:00 2001 From: Eric Windmill Date: Thu, 6 Aug 2026 09:49:09 -0700 Subject: [PATCH] add beta back into repo --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd0d956d8..495a2f722 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: strategy: fail-fast: false matrix: - flutter_version: [stable] + flutter_version: [stable, beta] os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1