Skip to content

Commit

Permalink
Merge pull request #26 from BrayanCaro/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
BrayanCaro authored Mar 31, 2024
2 parents b83ff7a + efb3e32 commit 31cc479
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,18 @@ jobs:
fail-fast: true
matrix:
php: [8.1, 8.2]
laravel: [10.*]
laravel: [10.*, 11.*]
stability: [prefer-lowest, prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63
- laravel: 11.*
testbench: 9.*
carbon: ^2.63
exclude:
- php: 8.1
laravel: 11.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }}

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"illuminate/contracts": "^8.0 || ^9.0 || ^10.0"
"php": "^8.0",
"illuminate/contracts": "^9.0 || ^10.0 || ^11.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5",
"nunomaduro/collision": "^5.11 || ^6.0",
"nunomaduro/collision": "^6.0 || ^7.0 || ^8.0",
"nunomaduro/larastan": "^1.0 || ^2.0",
"orchestra/testbench": "^6.25",
"pestphp/pest": "^1.22",
"pestphp/pest-plugin-laravel": "^1.4",
"orchestra/testbench": "^7.0",
"pestphp/pest": "^1.22 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.4 || ^2.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.0"
Expand Down

0 comments on commit 31cc479

Please sign in to comment.