Skip to content

Commit

Permalink
wip (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsWiegers committed Feb 20, 2024
1 parent 78c4bf5 commit 72578be
Show file tree
Hide file tree
Showing 5 changed files with 1,591 additions and 961 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,18 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2]
laravel: [9.*, 10.*]
laravel: [9.*, 10.*,11.*]
stability: [prefer-stable]
include:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
- laravel: 11.*
testbench: ^9.0
exclude:
- laravel: 11.*
php: 8.1
- laravel: 10.*
php: 8.0
- laravel: 9.*
Expand Down
1 change: 0 additions & 1 deletion .phpunit.result.cache

This file was deleted.

6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"require": {
"php": "^8.1|^8.2",
"gajus/dindent": "^2.0.2",
"illuminate/support": "^9.43|^v10.0.0"
"illuminate/support": "^9.43|^v10.0.0|^11.0"
},
"require-dev": {
"orchestra/testbench": "^6.0|^7.0|^8.0",
"phpunit/phpunit": "^9.0"
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"phpunit/phpunit": "^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 72578be

Please sign in to comment.