subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.16k stars 191 forks source link

Allow for specifying only MAJOR.MINOR Flutter version (without the "x" suffix) #298

Open bartekpacia opened 2 months ago

bartekpacia commented 2 months ago

Allow for specifying Flutter version like this:

- name: Set up Flutter
  uses: subosito/flutter-action@v2
  with:
    channel: stable
    flutter-version: 3.19.x

in addition to the aleady supported:

- name: Set up Flutter
  uses: subosito/flutter-action@v2
  with:
    channel: stable
    flutter-version: 3.19.x