Skip to content

Commit

Permalink
Merge pull request #111 from Lomkit/feature/laravel-11
Browse files Browse the repository at this point in the history
⬆️ laravel 11
  • Loading branch information
GautierDele authored Mar 13, 2024
2 parents cc1271c + 5c5f475 commit b5d6114
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
fail-fast: false
matrix:
php-version: [ '8.1', '8.2', '8.3' ]
laravel-version: [ '^10.0' ]
laravel-version: [ '^10.0', '^11.0' ]
database: [ 'sqlite', 'mysql', 'pgsql' ]
exclude:
- php-version: '8.1'
laravel-version: '^11.0'

name: Tests on PHP ${{ matrix.php-version }} with Laravel ${{ matrix.laravel-version }} and ${{ matrix.database }}

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"require": {
"php": "^8.0",
"ext-json": "*",
"laravel/framework": "^10.0"
"laravel/framework": "^10.0|^11.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^6.0|^7.0",
"orchestra/testbench": "^8.5",
"phpunit/phpunit": "^8.0|^9.0|^10.0"
"orchestra/testbench": "^8.5|^9.0",
"phpunit/phpunit": "^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b5d6114

Please sign in to comment.