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.
2 parents b2ba70a + be09222 commit 942a997Copy full SHA for 942a997
.github/workflows/integration_tests.yml
@@ -26,10 +26,10 @@ jobs:
26
fail-fast: false
27
matrix:
28
php: [8.1, 8.2, 8.3]
29
- laravel: [^10.0, ^11.x-dev]
+ laravel: [^10.0, ^11.0]
30
exclude:
31
- php: 8.1
32
- laravel: ^11.x-dev
+ laravel: ^11.0
33
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
34
runs-on: ubuntu-latest
35
env:
composer.json
@@ -49,7 +49,7 @@
49
"mockery/mockery": "^1.2",
50
"phpstan/phpstan": "^1",
51
"larastan/larastan": "^2",
52
- "orchestra/testbench": "^8.0|^9.0|^9.x-dev",
+ "orchestra/testbench": "^8.0|^9.0",
53
"phpunit/phpunit": "^10.5",
54
"thecodingmachine/phpstan-safe-rule": "^1"
55
},
0 commit comments