Skip to content

Commit

Permalink
- updated to laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
toni-suarez committed Mar 12, 2024
1 parent 4975d50 commit 2910835
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests-php8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

strategy:
matrix:
laravel: ['8.*','9.*','10.*']
php: [8.0, 8.1]
laravel: ['10.*', '11.*']
php: [8.1, 8.2]
exclude:
- laravel: '10.*'
php: 8.0
php: 8.1
fail-fast: false

name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
}
],
"require": {
"php": "^8.0|^8.1",
"illuminate/support": "^8.0|^9.0|^10.0",
"illuminate/contracts": "^8.0|^9.0|^10.0"
"php": "^8.1|^8.2",
"illuminate/support": "^10.0|^11.0",
"illuminate/contracts": "^10.0|^11.0"
},
"require-dev": {
"nunomaduro/collision": "^5.10|^6.0|^7.0",
"orchestra/testbench": "^6.22|^7.0|^8.0",
"nunomaduro/collision": "^7.0|^8.1",
"orchestra/testbench": "^7.0|^8.0",
"phpunit/phpunit": "^9.5|^10.0",
"friendsofphp/php-cs-fixer": "^3.0"
},
Expand Down

0 comments on commit 2910835

Please sign in to comment.