Skip to content

Commit

Permalink
Merge pull request #17 from codebar-ag/feature-laravel11
Browse files Browse the repository at this point in the history
Laravel 11
  • Loading branch information
StanBarrows authored Mar 26, 2024
2 parents 01d2e69 + 080316f commit 4146c9f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,9 @@ jobs:
fail-fast: true
matrix:
os: [ubuntu-latest]
php: [8.2, 8.3]
laravel: [10.*]
php: [ 8.2, 8.3 ]
laravel: [ 11.* ]
stability: [prefer-stable]
include:
- laravel: 10.*
testbench: 8.*
carbon: ^2.63

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

Expand All @@ -44,7 +40,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "nesbot/carbon:${{ matrix.carbon }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: List Installed Dependencies
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,24 +17,24 @@
}
],
"require": {
"php": "^8.2",
"php": ">=8.2",
"spatie/laravel-package-tools": "^1.16",
"illuminate/contracts": "^10.19",
"codebar-ag/laravel-flysystem-cloudinary": "^4.0",
"illuminate/contracts": "^11.0",
"codebar-ag/laravel-flysystem-cloudinary": "^4.2",
"laravel/nova": "^4.32"
},
"require-dev": {
"laravel/pint": "^1.13",
"nunomaduro/collision": "^7.10",
"nunomaduro/larastan": "^2.8",
"orchestra/testbench": "^8.20",
"pestphp/pest": "^2.30",
"pestphp/pest-plugin-arch": "^2.6",
"nunomaduro/collision": "^8.1",
"larastan/larastan": "^2.9",
"orchestra/testbench": "^9.0",
"pestphp/pest": "^2.33",
"pestphp/pest-plugin-arch": "^2.7",
"pestphp/pest-plugin-laravel": "^2.2",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan-deprecation-rules": "^1.1",
"phpstan/phpstan-phpunit": "^1.3",
"spatie/laravel-ray": "^1.33"
"spatie/laravel-ray": "^1.35"
},
"repositories": [
{
Expand Down

0 comments on commit 4146c9f

Please sign in to comment.