We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 917859f + 04358f0 commit 4ee32e5Copy full SHA for 4ee32e5
2 files changed
.github/workflows/main.yml
@@ -14,10 +14,10 @@ jobs:
14
matrix:
15
os: [ubuntu-latest, windows-latest]
16
php: [8.0]
17
- laravel: [10.*]
+ laravel: [9.*]
18
stability: [prefer-lowest, prefer-stable]
19
include:
20
- - laravel: 10.*
+ - laravel: 9.*
21
testbench: ^6.6
22
23
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to `Laravel Wallet` will be documented in this file
4
5
+## 1.1.2 - 2025-06-12
6
+
7
+### Changed
8
9
+- Update github action.
10
11
## 1.1.1 - 2025-06-12
12
13
### Changed
0 commit comments