Skip to content

Commit fed40bd

Browse files
committed
update workflows to latest flutter version
1 parent 828c4ad commit fed40bd

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

.github/workflows/change-review.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
21
name: Review changes on Dev (Commits/PRs)
32

43
on:
54
push:
6-
branches: ['dev']
5+
branches: ["dev"]
76
pull_request:
87
types:
98
- opened
@@ -15,11 +14,11 @@ jobs:
1514
steps:
1615
- name: checkout code
1716
uses: actions/checkout@v2
18-
17+
1918
- name: setup flutter environment
2019
uses: subosito/flutter-action@v2
2120
with:
22-
flutter-version: '3.0.0'
21+
flutter-version: "3.29.2"
2322

2423
- name: install flutter dependencies
2524
run: flutter pub get
@@ -48,4 +47,3 @@ jobs:
4847
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
4948
MATRIX_CONTEXT: ${{ toJson(matrix) }}
5049
if: always()
51-

.github/workflows/package-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
3030
MATRIX_CONTEXT: ${{ toJson(matrix) }}
3131
if: always()
32-
32+
3333
publish:
3434
needs: check-readme-and-changelog
3535
runs-on: ubuntu-latest
@@ -40,7 +40,7 @@ jobs:
4040
- name: setup flutter environment
4141
uses: subosito/flutter-action@v2
4242
with:
43-
flutter-version: '3.0.0'
43+
flutter-version: "3.29.2"
4444

4545
- name: install flutter dependencies
4646
run: flutter pub get

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- Improved error handling and state management.
99
- Removed deprecated components: `flutterwave_style.dart` and `standard_webview.dart`.
1010
- Updated SDK requirements to `>=2.17.0`.
11-
- Upgraded dependencies to latest versions.
11+
- Upgraded dependencies to the latest versions.
1212
- Removed unused dependencies: webview_flutter, modal_bottom_sheet and uuid.
1313

1414
## [1.0.7] - February, 2023

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Available features include:
1010

1111
- Collections: Card, Account, Mobile money, Bank Transfers, USSD.
1212
- Recurring payments: Tokenization and Subscriptions.
13-
- Split payments
13+
- Split payments.
1414

1515
## Table of Contents
1616

0 commit comments

Comments
 (0)