Skip to content

Commit a83a616

Browse files
author
Cor Bosman
committed
passport v13
1 parent 5249313 commit a83a616

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
php: [8.4, 8.3]
13+
php: [8.5, 8.4, 8.3]
1414
laravel: ['12.*']
1515
dependency-version: [prefer-stable]
1616

changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## Version 8.0.0
4+
## Changed
5+
6+
- Support for Passport v13
7+
38
## Version 7.0.0
49
## Changed
510

@@ -39,7 +44,7 @@
3944
## Version 2.0.0
4045
## Changed
4146

42-
- Compatibility with Passport 10.1. Note that you should only move to the 2.x versions if you run Passport 10.1 or higher.
47+
- Compatibility with Passport 10.1. Note that you should only move to the 2.x versions if you run Passport 10.1 or higher.
4348

4449
## Version 1.7.1
4550
## Changed

0 commit comments

Comments
 (0)