Skip to content

Commit

Permalink
Merge pull request #416 from Workiva/batch/fedx/dart_2_19
Browse files Browse the repository at this point in the history
Dart 2.19
  • Loading branch information
rm-astro-wf authored Oct 27, 2023
2 parents 89c5871 + b5fcffd commit 2d2f270
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.18.7
sdk: 2.19.6
- run: dart pub get
- run: dart run dart_dev format --check
# TODO: uncomment once https://github.com/dart-lang/sdk/issues/51398 is fixed
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.18.7
sdk: 2.19.6

- id: install
name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:2.18.7
FROM dart:2.19.6
WORKDIR /build
ADD pubspec.yaml /build
RUN dart pub get
Expand Down

0 comments on commit 2d2f270

Please sign in to comment.