Skip to content

Commit

Permalink
Fix modules namespace (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
smortexa committed Mar 18, 2023
1 parent 33fe3ac commit e8d7ffc
Show file tree
Hide file tree
Showing 4 changed files with 100 additions and 99 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,9 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8, 8.1]
laravel: [^8.0, ^9.0]
php: [8.1, 8.2]
laravel: [^9.0, ^10]
dependency-version: [prefer-stable, prefer-lowest]
exclude:
- php: 8.1
laravel: ^8.0
timeout-minutes: 15
steps:
- name: Checkout Code
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"require-dev": {
"laravel/pint": "^1.3",
"orchestra/testbench": "^7.17",
"orchestra/testbench": "^7.17|^8.0",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.3",
"phpunit/phpunit": "^9.5"
Expand Down
Loading

0 comments on commit e8d7ffc

Please sign in to comment.