Skip to content

Commit

Permalink
Merge pull request #7 from concept7/f/mw/laravel-11
Browse files Browse the repository at this point in the history
upgrading to support L11
  • Loading branch information
jhhazelaar committed May 14, 2024
2 parents e0db988 + 7d235f5 commit b910dae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install composer dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.1]
php: [8.3, 8.2]
laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
}
],
"require": {
"php": "^8.1",
"illuminate/contracts": "^10.0",
"spatie/laravel-health": "^1.23",
"spatie/laravel-package-tools": "^1.14.0",
"spatie/security-advisories-health-check": "^1.1"
"php": "^8.2",
"illuminate/contracts": "^10.0|^11.0",
"spatie/laravel-health": "^1.29",
"spatie/laravel-package-tools": "^1.16.4",
"spatie/security-advisories-health-check": "^1.2"
},
"require-dev": {
"laravel/pint": "^1.0",
Expand Down

0 comments on commit b910dae

Please sign in to comment.