Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.

Commit 02e15af

Browse files
committed
Laravel 9 compat test
1 parent 4bcc432 commit 02e15af

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,14 @@ jobs:
1515
fail-fast: true
1616
matrix:
1717
os: [ubuntu-latest, windows-latest]
18-
php: [8.0, 8.1]
19-
laravel: [8.*]
18+
php: [8.1, 8.0]
19+
laravel: [9.*, 8.*]
2020
stability: [prefer-lowest, prefer-stable]
2121
include:
22+
- laravel: 9.*
23+
testbench: 7.*
2224
- laravel: 8.*
23-
testbench: ^6.21
25+
testbench: 6.23
2426

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@
2222
],
2323
"require": {
2424
"php": "^8.0|^8.1",
25-
"illuminate/filesystem": "^8.70",
26-
"illuminate/support": "^8.70",
27-
"illuminate/view": "^8.70"
25+
"illuminate/filesystem": "^8.70|^9.0",
26+
"illuminate/support": "^8.70|^9.0",
27+
"illuminate/view": "^8.70|^9.0"
2828
},
2929
"require-dev": {
3030
"blade-ui-kit/blade-heroicons": "^1.2",
3131
"friendsofphp/php-cs-fixer": "^3.0",
3232
"livewire/livewire": "^2.8",
33-
"orchestra/testbench": "^6.21",
33+
"orchestra/testbench": "^6.23|^7.0",
3434
"phpunit/phpunit": "^9.5",
3535
"psalm/plugin-laravel": "^1.5",
3636
"spatie/laravel-ray": "^1.25",

0 commit comments

Comments
 (0)