Skip to content

Commit

Permalink
change dart version
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikvdkaaden committed May 28, 2024
1 parent 92a8c13 commit 56b57d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 10

container:
image: dart:3.3.0
image: dart:3.4.1

steps:
- name: Check out code
Expand All @@ -35,7 +35,7 @@ jobs:
timeout-minutes: 10

container:
image: dart:3.3.0
image: dart:3.4.1

steps:
- name: Check out code
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Install dependencies
run: flutter packages get
working-directory: floor
working-directory: floor_common

- name: Run generator
run: flutter packages pub run build_runner build --delete-conflicting-outputs
Expand Down

0 comments on commit 56b57d6

Please sign in to comment.