Skip to content

Commit

Permalink
update ci flutter version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Jan 4, 2024
1 parent fd40560 commit a7499d7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ name: emoji_picker_flutter

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: [ master ]
branches: [master]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

env:
flutter_version: '3.13.6'
flutter_version: "3.16.0"

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
java-version: "12.x"
- name: Init Flutter
uses: subosito/flutter-action@v2
with:
Expand Down

0 comments on commit a7499d7

Please sign in to comment.