Skip to content

Commit 51e0458

Browse files
committed
Adjust supported versions
1 parent 41e4ac5 commit 51e0458

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,11 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [8.2, 8.3, 8.4, 8.5]
13-
laravel: [11.*, 12.*, 13.*]
12+
php: [8.4, 8.5]
13+
laravel: [12.*, 13.*]
1414
stability: [prefer-lowest, prefer-stable]
1515
include:
16-
- laravel: 10.*
17-
- laravel: 11.*
16+
- laravel: 12.*
1817
- laravel: 13.*
1918

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@
1515
],
1616
"require": {
1717
"php": "^8.1",
18-
"illuminate/contracts": "~9.0|~10.0|~11.0|~12.0|~13.0",
19-
"illuminate/database": "~9.0|~10.0|~11.0|~12.0|~13.0",
20-
"illuminate/events": "~9.0|~10.0|~11.0|~12.0|~13.0",
21-
"illuminate/support": "~9.0|~10.0|~11.0|~12.0|~13.0",
22-
"illuminate/validation": "~9.0|~10.0|~11.0|~12.0|~13.0"
18+
"illuminate/contracts": "~12.0|~13.0",
19+
"illuminate/database": "~12.0|~13.0",
20+
"illuminate/events": "~12.0|~13.0",
21+
"illuminate/support": "~12.0|~13.0",
22+
"illuminate/validation": "~12.0|~13.0"
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.4.4",

0 commit comments

Comments
 (0)