Skip to content

Commit

Permalink
Merge pull request #74 from JonasWanke/update-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasWanke authored Oct 15, 2024
2 parents 3ada1c9 + 7e2f4f1 commit 7c353cc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:
push:
branches: [main]
schedule:
- cron: 0 4 * * *
- cron: 0 4 * * 1

env:
JAVA_VERSION: 12.x
JAVA_VERSION: 17

jobs:
lint:
Expand All @@ -18,7 +18,9 @@ jobs:
matrix:
include:
- flutter-channel: stable
- flutter-channel: beta
# TODO(JonasWanke): re-enable beta CI when next stable Flutter version
# including breaking changes to Color are released
# - flutter-channel: beta
- flutter-version: 3.22.0
fail-fast: false
steps:
Expand All @@ -31,6 +33,7 @@ jobs:
with:
channel: ${{ matrix.flutter-channel }}
flutter-version: ${{ matrix.flutter-version }}
- run: flutter --version

- run: flutter pub get

Expand All @@ -43,7 +46,9 @@ jobs:
matrix:
include:
- flutter-channel: stable
- flutter-channel: beta
# TODO(JonasWanke): re-enable beta CI when next stable Flutter version
# including breaking changes to Color are released
# - flutter-channel: beta
- flutter-version: 3.22.0
fail-fast: false
steps:
Expand All @@ -56,6 +61,7 @@ jobs:
with:
channel: ${{ matrix.flutter-channel }}
flutter-version: ${{ matrix.flutter-version }}
- run: flutter --version

- run: flutter pub get
working-directory: example
Expand Down
32 changes: 16 additions & 16 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ packages:
dependency: transitive
description:
name: args
sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
sha256: bf9f5caeea8d8fe6721a9c358dd8a5c1947b27f1cfaa18b39c301273594919e6
url: "https://pub.dev"
source: hosted
version: "2.5.0"
version: "2.6.0"
async:
dependency: transitive
description:
Expand Down Expand Up @@ -213,18 +213,18 @@ packages:
dependency: transitive
description:
name: country_code
sha256: f69ccd5163b1ca43011be9632e33ebe7ffac65e49ce2afcd3e3e5228af5d91fc
sha256: af9f06f6ccf873ff447214c7820509867ee6f791780cc3061f0e51f7f358ee2b
url: "https://pub.dev"
source: hosted
version: "1.0.0"
version: "1.1.0"
crypto:
dependency: transitive
description:
name: crypto
sha256: ff625774173754681d66daaf4a448684fb04b78f902da9cb3d308c19cc5e8bab
sha256: ec30d999af904f33454ba22ed9a86162b35e52b44ac4807d1d93c288041d7d27
url: "https://pub.dev"
source: hosted
version: "3.0.3"
version: "3.0.5"
csslib:
dependency: transitive
description:
Expand All @@ -246,10 +246,10 @@ packages:
dependency: transitive
description:
name: dart_code_metrics_presets
sha256: f67df47fe3297617e0cf5d632aa257e17517ad9fdd605e152bdc80dd526f0c5b
sha256: "8190cadc2d3c78fae4ce60b627fdece56297b3fbae386440406734f6ef742b70"
url: "https://pub.dev"
source: hosted
version: "2.15.0"
version: "2.17.0"
dart_style:
dependency: transitive
description:
Expand Down Expand Up @@ -294,10 +294,10 @@ packages:
dependency: transitive
description:
name: file
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
url: "https://pub.dev"
source: hosted
version: "7.0.0"
version: "7.0.1"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -360,10 +360,10 @@ packages:
dependency: "direct main"
description:
name: go_router
sha256: ddc16d34b0d74cb313986918c0f0885a7ba2fc24d8fb8419de75f0015144ccfe
sha256: "6f1b756f6e863259a99135ff3c95026c3cdca17d10ebef2bba2261a25ddc8bbc"
url: "https://pub.dev"
source: hosted
version: "14.2.3"
version: "14.3.0"
go_router_builder:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -496,10 +496,10 @@ packages:
dependency: transitive
description:
name: mime
sha256: "2e123074287cc9fd6c09de8336dae606d1ddb88d9ac47358826db698c176a1f2"
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
url: "https://pub.dev"
source: hosted
version: "1.0.5"
version: "1.0.6"
num_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -653,10 +653,10 @@ packages:
dependency: transitive
description:
name: stack_trace
sha256: "73713990125a6d93122541237550ee3352a2d84baad52d375a4cad2eb9b7ce0b"
sha256: "9f47fd3630d76be3ab26f0ee06d213679aa425996925ff3feffdec504931c377"
url: "https://pub.dev"
source: hosted
version: "1.11.1"
version: "1.12.0"
stream_channel:
dependency: transitive
description:
Expand Down

0 comments on commit 7c353cc

Please sign in to comment.