Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
Allow Symfony 6 / Laravel 9 (#540)
Browse files Browse the repository at this point in the history
* Allow Symfony 6

* Update composer.json

* Test Laravel 9

* Update composer.json
  • Loading branch information
barryvdh authored Jan 3, 2022
1 parent d82f2eb commit 3a066e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,12 @@ jobs:
php: 7.3
dependency-version: prefer-lowest
- laravel: ^8
php: 8.0
dependency-version: prefer-stable
- laravel: ^9
php: 8.1
dependency-version: prefer-stable

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}

steps:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"php": ">=7.2",
"illuminate/support": "^6|^7|^8|^9",
"illuminate/contracts": "^6|^7|^8|^9",
"symfony/http-foundation": "^4|^5",
"symfony/http-kernel": "^4.3.4|^5",
"symfony/http-foundation": "^4|^5|^6",
"symfony/http-kernel": "^4.3.4|^5|^6",
"asm89/stack-cors": "^2.0.1"
},
"require-dev": {
Expand Down

0 comments on commit 3a066e5

Please sign in to comment.