diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22f8596..d937f3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ concurrency: cancel-in-progress: true env: - FLUTTER_VERSION: '3.38.5' + FLUTTER_VERSION: '3.41.2' jobs: quality: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b81f4d6..953c340 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: - 'v*' env: - FLUTTER_VERSION: '3.38.5' + FLUTTER_VERSION: '3.41.2' PAPYRUS_API_BASE_URL: ${{ vars.PAPYRUS_API_BASE_URL }} POWERSYNC_SERVICE_URL: ${{ vars.POWERSYNC_SERVICE_URL }} diff --git a/app/test/widgets/library/online_books_header_test.dart b/app/test/widgets/library/online_books_header_test.dart index e4169f1..e31a317 100644 --- a/app/test/widgets/library/online_books_header_test.dart +++ b/app/test/widgets/library/online_books_header_test.dart @@ -126,10 +126,7 @@ void main() { ), ); - expect( - tester.getSize(find.byType(OnlineBooksHeader)).height, - tester.getSize(find.byType(SelectionHeader)).height, - ); + expect(tester.getSize(find.byType(OnlineBooksHeader)).height, tester.getSize(find.byType(SelectionHeader)).height); }); testWidgets('honors autofocus for online search entered from add book', (tester) async {