Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dmason30 committed Dec 2, 2023
1 parent 9ec1a9c commit 5651b6b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 17 deletions.
22 changes: 7 additions & 15 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['8.3', '8.2', '8.1', '8.0', '7.4']
laravel: [9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- laravel: 10.*
php: 8.0
- laravel: 10.*
php: 7.4
- laravel: 9.*
php: 7.4
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
matrix:
php: [8.3,8.2,8.1]
laravel: [10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: ^8.0

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
}
],
"require": {
"php": "^7.4|^8.0",
"php": "^8.1",
"consoletvs/charts": "^6.6.0",
"spatie/laravel-dashboard": "^3.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
"orchestra/testbench": "^7.0|^8.0",
"orchestra/testbench": "^8.0",
"phpunit/phpunit": "^9.6",
"vimeo/psalm": "^4.3"
},
Expand Down

0 comments on commit 5651b6b

Please sign in to comment.