Skip to content

deps!: Update min Flutter to v3.13.0, compatibility with v3.16.8 #802

deps!: Update min Flutter to v3.13.0, compatibility with v3.16.8

deps!: Update min Flutter to v3.13.0, compatibility with v3.16.8 #802

Workflow file for this run

name: pull-request
on:
pull_request:
types:
- opened
- reopened
- synchronize
- ready_for_review
jobs:
call-test:
uses: ./.github/workflows/test.yml
with:
enable_android: ${{ github.event.pull_request.draft == false }}
enable_web: ${{ github.event.pull_request.draft == false }}
enable_ios: ${{ github.event.pull_request.draft == false }}
enable_windows: ${{ github.event.pull_request.draft == false }}
enable_linux: ${{ github.event.pull_request.draft == false }}
enable_macos: ${{ github.event.pull_request.draft == false }}