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 56b57d6 commit 9661cd1
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:3.4.1
image: dart:3.3.0

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

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

steps:
- name: Check out code
Expand Down

0 comments on commit 9661cd1

Please sign in to comment.