Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
Should make #807 work, the pipeline reports failures related to using a Dart version that's incompatible
  • Loading branch information
0biWanKenobi authored Mar 7, 2024
1 parent 8989389 commit be829a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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:2.19.3
image: dart:3.2.6

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

container:
image: dart:2.19.3
image: dart:3.2.6

steps:
- name: Check out code
Expand Down

0 comments on commit be829a0

Please sign in to comment.