Skip to content

Commit

Permalink
Update dart version and checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoocasali committed Dec 20, 2023
1 parent a8f7734 commit 16b854d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['3.0.0']
version: ['latest']
name: integration-tests (dart ${{ matrix.version }})
services:
meilisearch:
Expand Down Expand Up @@ -82,10 +82,10 @@ jobs:
name: check .code-samples.meilisearch.yaml
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: '3.0.0'
sdk: 'latest'
- name: check if samples changed
run: |
dart pub get
Expand Down
6 changes: 3 additions & 3 deletions bors.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
status = [
'integration-tests (dart 3.0.0)',
'linter-check',
'pana'
'integration-tests (dart latest)',
'linter-check',
'pana'
]
# 1 hour timeout
timeout-sec = 3600

0 comments on commit 16b854d

Please sign in to comment.