Skip to content

Commit

Permalink
Changed minimum Laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Meijer committed Oct 21, 2024
1 parent 1e64f0b commit 866119a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3]
laravel: [10.*, 11.*]
laravel: [11.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.3]
laravel: [10.*, 11.*]
laravel: [11.*]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*

Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
matrix:
os: [ ubuntu-latest ]
php: [ 8.1, 8.2, 8.3 ]
laravel: [ 10.*, 11.* ]
laravel: [ 11.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "package",
"require": {
"php": "^8.1|^8.2|^8.3",
"laravel/framework": "^10.40|^11.0",
"laravel/framework": "^11.0",
"statamic/cms": "^5.0"
},
"require-dev": {
Expand Down

0 comments on commit 866119a

Please sign in to comment.