Skip to content

Commit d7cb685

Browse files
Merge pull request #3 from phpfour/main
2 parents 06d4671 + 5ac1be5 commit d7cb685

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
os: [ubuntu-latest, windows-latest]
16-
php: [8.0]
17-
laravel: [8.*]
16+
php: ['8.0', 8.1]
17+
laravel: [8.*, 9.*]
1818
stability: [prefer-lowest, prefer-stable]
1919
include:
2020
- laravel: 8.*
2121
testbench: ^6.6
22+
- laravel: 9.*
23+
testbench: ^7.0
2224

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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
"require": {
1919
"php": "^8.0",
2020
"spatie/laravel-package-tools": "^1.4.3",
21-
"illuminate/contracts": "^8.37"
21+
"illuminate/contracts": "^8.83|^9.0"
2222
},
2323
"require-dev": {
2424
"brianium/paratest": "^6.2",
25-
"nunomaduro/collision": "^5.3",
26-
"orchestra/testbench": "^6.15",
25+
"nunomaduro/collision": "^5.3|^6.0",
26+
"orchestra/testbench": "^6.15|^7.0",
2727
"phpunit/phpunit": "^9.3",
2828
"spatie/laravel-ray": "^1.9",
2929
"vimeo/psalm": "^4.4"

0 commit comments

Comments
 (0)