Skip to content

Commit

Permalink
Merge pull request #13 from codebar-ag/feature-l11
Browse files Browse the repository at this point in the history
Laravel 11
  • Loading branch information
StanBarrows authored Feb 26, 2025
2 parents 6983a76 + d619411 commit 3789a6e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
uses: ramsey/composer-install@v2

- name: Run PHPStan
run: ./vendor/bin/phpstan analyse src --error-format=github
run: ./vendor/bin/phpstan analyse src --error-format=github
7 changes: 2 additions & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ jobs:
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.2, 8.3 ]
laravel: [ 10.* ]
laravel: [ 11.* ]
stability: [ prefer-lowest, prefer-stable ]
include:
- laravel: 10.*
testbench: 8.*

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

Expand All @@ -40,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Set phpunit.xml
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
}
],
"require": {
"php": "^8.2",
"php": ">=8.2",
"guzzlehttp/guzzle": "^7.8",
"illuminate/contracts": "^10.0",
"illuminate/contracts": "^11.0",
"saloonphp/laravel-plugin": "^3.2",
"saloonphp/saloon": "^3.4",
"saloonphp/cache-plugin": "^3.0",
"spatie/laravel-package-tools": "^1.16"
},
"require-dev": {
"laravel/pint": "^1.13",
"nunomaduro/collision": "^7.10",
"nunomaduro/larastan": "^2.8",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.8",
"pestphp/pest": "^2.31",
"orchestra/testbench": "^8.20",
"orchestra/testbench": "^9.0",
"pestphp/pest-plugin-laravel": "^2.2",
"pestphp/pest-plugin-arch": "^2.6",
"phpstan/extension-installer": "^1.3",
Expand Down

0 comments on commit 3789a6e

Please sign in to comment.