Skip to content

Commit 942a997

Browse files
authored
Merge pull request #1136 from mfn/mfn-l11-no-dev
Remove Laravel 11 "dev" references
2 parents b2ba70a + be09222 commit 942a997

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integration_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
php: [8.1, 8.2, 8.3]
29-
laravel: [^10.0, ^11.x-dev]
29+
laravel: [^10.0, ^11.0]
3030
exclude:
3131
- php: 8.1
32-
laravel: ^11.x-dev
32+
laravel: ^11.0
3333
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
3434
runs-on: ubuntu-latest
3535
env:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"mockery/mockery": "^1.2",
5050
"phpstan/phpstan": "^1",
5151
"larastan/larastan": "^2",
52-
"orchestra/testbench": "^8.0|^9.0|^9.x-dev",
52+
"orchestra/testbench": "^8.0|^9.0",
5353
"phpunit/phpunit": "^10.5",
5454
"thecodingmachine/phpstan-safe-rule": "^1"
5555
},

0 commit comments

Comments
 (0)