Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Sep 1, 2023
1 parent fbd7cb3 commit 28e6a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
# use a fixed version number so changes to 'stable', dont break snapshot diffs (language version is used in the scip symbol)
sdk: 2.18.7
sdk: 3.1.0
- name: pub get scip-dart package
run: dart pub get

Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.18.7
sdk: 3.1.0
- run: dart pub get

# Setup repo to run on
Expand Down

0 comments on commit 28e6a5e

Please sign in to comment.