Skip to content

Commit

Permalink
raise_min_dart_sdk_2_19 (#175)
Browse files Browse the repository at this point in the history
* Raise Dart SDK min from 2.12+ to 2.19

* remove dart 2.18 from matrix

---------

Co-authored-by: sourcegraph-commit-signing-app[bot] <188111114+sourcegraph-commit-signing-app[bot]@users.noreply.github.com>
Co-authored-by: Rob Becker <[email protected]>
  • Loading branch information
3 people authored Dec 9, 2024
1 parent ae00f4c commit f4bcedf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.18.7, 2.19.6 ]
sdk: [ 2.19.6 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
Expand All @@ -41,7 +41,7 @@ jobs:
if: always() && steps.install.outcome == 'success'

- uses: anchore/sbom-action@v0
if: ${{ matrix.sdk == '2.19.6' && matrix.os == 'ubuntu' }}
if: ${{ matrix.os == 'ubuntu' }}
with:
path: ./
format: cyclonedx-json
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Dart bindings for Mozilla's PDF.js library
homepage: https://github.com/Workiva/pdfjs_dart

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

dependencies:
quiver: ^3.0.0
Expand Down

0 comments on commit f4bcedf

Please sign in to comment.