Skip to content

Commit

Permalink
Merge pull request #1136 from mfn/mfn-l11-no-dev
Browse files Browse the repository at this point in the history
Remove Laravel 11 "dev" references
  • Loading branch information
mfn authored Mar 18, 2024
2 parents b2ba70a + be09222 commit 942a997
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
fail-fast: false
matrix:
php: [8.1, 8.2, 8.3]
laravel: [^10.0, ^11.x-dev]
laravel: [^10.0, ^11.0]
exclude:
- php: 8.1
laravel: ^11.x-dev
laravel: ^11.0
name: P=${{ matrix.php }} L=${{ matrix.laravel }}
runs-on: ubuntu-latest
env:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"mockery/mockery": "^1.2",
"phpstan/phpstan": "^1",
"larastan/larastan": "^2",
"orchestra/testbench": "^8.0|^9.0|^9.x-dev",
"orchestra/testbench": "^8.0|^9.0",
"phpunit/phpunit": "^10.5",
"thecodingmachine/phpstan-safe-rule": "^1"
},
Expand Down

0 comments on commit 942a997

Please sign in to comment.