Skip to content

Commit 4ee32e5

Browse files
committed
Merge branch 'release/1.1.2'
2 parents 917859f + 04358f0 commit 4ee32e5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
1616
php: [8.0]
17-
laravel: [10.*]
17+
laravel: [9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
20-
- laravel: 10.*
20+
- laravel: 9.*
2121
testbench: ^6.6
2222

2323
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to `Laravel Wallet` will be documented in this file
44

5+
## 1.1.2 - 2025-06-12
6+
7+
### Changed
8+
9+
- Update github action.
10+
511
## 1.1.1 - 2025-06-12
612

713
### Changed

0 commit comments

Comments
 (0)