Skip to content

Commit

Permalink
Re drop l10
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacastelnuovo committed May 14, 2024
1 parent 08ce1bb commit dc187dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3, 8.2]
laravel: [10.*, 11.*]
laravel: [11.*]
stability: [prefer-stable]
include:
- testbench: 9.*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "^10.0|^11.0",
"illuminate/contracts": "^11.0",
"spatie/laravel-package-tools": "^1.14.0",
"spatie/temporary-directory": "^2.2"
},
Expand Down

0 comments on commit dc187dd

Please sign in to comment.