Skip to content

Commit

Permalink
initial commit for adminlte v4
Browse files Browse the repository at this point in the history
  • Loading branch information
resslinger committed Jan 15, 2025
1 parent 76b776f commit 582f88e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
30 changes: 3 additions & 27 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,21 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.3, 7.4, 8.0, 8.1, 8.2, 8.3]
laravel: [7.*, 8.*, 9.*, 10.*, 11.*]
php: [8.0, 8.1, 8.2, 8.3]
laravel: [9.*, 10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 7.*
testbench: 5.20.*
- laravel: 8.*
testbench: 6.22.*
- laravel: 9.*
testbench: 7.*
- laravel: 10.*
testbench: 8.*
- laravel: 11.*
testbench: 9.*
exclude:
- laravel: 7.*
php: 8.1
- laravel: 7.*
php: 8.2
- laravel: 7.*
php: 8.3
- laravel: 8.*
php: 8.2
- laravel: 8.*
php: 8.3
- laravel: 9.*
php: 7.3
- laravel: 9.*
php: 7.4
- laravel: 10.*
php: 7.3
- laravel: 10.*
php: 7.4
- php: 8.3
- laravel: 10.*
php: 8.0
- laravel: 11.*
php: 7.3
- laravel: 11.*
php: 7.4
- laravel: 11.*
php: 8.0
- laravel: 11.*
Expand Down
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
build:
environment:
php: 7.3.0
php: 8.0.0

nodes:
analysis:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
}
},
"require": {
"laravel/framework": ">=7.0",
"php": ">=7.2.5",
"almasaeed2010/adminlte": "3.2.*"
"laravel/framework": ">=9.0",
"php": ">=8.0",
"almasaeed2010/adminlte": "4.0.*"
},
"require-dev": {
"phpunit/phpunit": ">=9.1",
Expand Down

0 comments on commit 582f88e

Please sign in to comment.