Skip to content

Commit

Permalink
Drop support for laravel 9
Browse files Browse the repository at this point in the history
  • Loading branch information
ppelgrims committed Apr 22, 2024
1 parent 251d619 commit ecfc5e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality-assurance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.1, 8.2, 8.3]
laravel: [^9.0]
laravel: [^10.0]
include:
- laravel: ^9.0
- laravel: ^10.0
testbench: ^7.8
name: P${{ matrix.php }} - L${{ matrix.laravel }}
steps:
Expand All @@ -28,7 +28,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "illuminate/support:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --prefer-dist --no-interaction
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"require": {
"php": "^8.1|^8.2|^8.3",
"ext-json": "*",
"illuminate/support": "^9.0|^10.0|^11.0",
"illuminate/support": "^10.0|^11.0",
"mollie/laravel-mollie": "^3.0",
"spatie/laravel-webhook-client": "^3.0"
},
Expand Down

0 comments on commit ecfc5e0

Please sign in to comment.