Skip to content

Commit 067b2e8

Browse files
committed
Add changelog and tests for Laravel 12 support
1 parent 2e20717 commit 067b2e8

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,22 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [8.1, 8.2, 8.3]
14+
php: [8.1, 8.2, 8.3, 8.4]
1515
os: [ubuntu-latest]
16-
laravel: [9,10,11]
16+
laravel: [9,10,11,12]
1717
exclude:
1818
- php: 8.1
1919
os: ubuntu-latest
2020
laravel: 11
21+
- php: 8.1
22+
os: ubuntu-latest
23+
laravel: 12
2124
- php: 8.3
2225
os: ubuntu-latest
2326
laravel: 9
27+
- php: 8.4
28+
os: ubuntu-latest
29+
laravel: 9
2430

2531
name: Laravel ${{ matrix.laravel }} - PHP ${{ matrix.php }}
2632

CHANGELOG.md

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

33
## [Unreleased]
44

5+
### Added
6+
7+
- Support for Laravel 12
8+
59
## [2.0.1] - 2025-06-09
610

711
### Fixed

0 commit comments

Comments
 (0)