We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1fc98e commit 6596accCopy full SHA for 6596acc
.github/workflows/tests.yml
@@ -9,17 +9,12 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ubuntu-latest]
12
- php: [8.1, 8.2, 8.3]
13
- laravel: [10.*, 11.*]
+ php: [8.2, 8.3]
+ laravel: [11.*]
14
stability: [prefer-lowest, prefer-stable]
15
include:
16
- - laravel: 10.*
17
- testbench: 8.*
18
- laravel: 11.*
19
testbench: 9.*
20
- exclude:
21
- - laravel: 11.*
22
- php: 8.1
23
24
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
25
composer.json
@@ -14,7 +14,7 @@
"laravel/pint": "^1.16",
"larastan/larastan": "^2.5",
"phpstan/phpstan-mockery": "^1.1",
- "phpunit/phpunit": "^11.0",
+ "phpunit/phpunit": "^10.0",
"orchestra/testbench": "^9.0"
},
"authors": [
0 commit comments