Skip to content

Commit

Permalink
Upgrade Patrol
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsreichardt committed Oct 5, 2024
1 parent d03cb6a commit db75c7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests_app_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
channel: ${{ steps.fvm-config-action.outputs.FLUTTER_CHANNEL }}

- name: Install patrol cli
run: flutter pub global activate patrol_cli 2.5.0
run: flutter pub global activate patrol_cli 3.2.0

- name: Run Flutter build
run: |
Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,6 @@ dependency_overrides:
device_info_plus: ^10.1.0
# Can be removed once flutter_localizations uses intl >= 0.19.0
intl: ^0.19.0
# Can be removed once patrol uses patrol_finders 2.0.3
patrol_finders: ^2.0.3-dev.1

dev_dependencies:
async: ^2.4.1
Expand All @@ -218,8 +216,7 @@ dev_dependencies:
bloc_test: ^9.1.4
bloc_presentation_test: ^1.0.0
path: ^1.8.3
# Can be switched to stable version once 3.7.0 is released.
patrol: ^3.7.0-dev.2
patrol: ^3.11.0

patrol:
app_name: Sharezone App
Expand Down

0 comments on commit db75c7d

Please sign in to comment.