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

Commit 3a066e5

Browse files
authored
Allow Symfony 6 / Laravel 9 (#540)
* Allow Symfony 6 * Update composer.json * Test Laravel 9 * Update composer.json
1 parent d82f2eb commit 3a066e5

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/run-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,12 @@ jobs:
3333
php: 7.3
3434
dependency-version: prefer-lowest
3535
- laravel: ^8
36+
php: 8.0
37+
dependency-version: prefer-stable
38+
- laravel: ^9
3639
php: 8.1
3740
dependency-version: prefer-stable
38-
41+
3942
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }}
4043

4144
steps:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"php": ">=7.2",
1818
"illuminate/support": "^6|^7|^8|^9",
1919
"illuminate/contracts": "^6|^7|^8|^9",
20-
"symfony/http-foundation": "^4|^5",
21-
"symfony/http-kernel": "^4.3.4|^5",
20+
"symfony/http-foundation": "^4|^5|^6",
21+
"symfony/http-kernel": "^4.3.4|^5|^6",
2222
"asm89/stack-cors": "^2.0.1"
2323
},
2424
"require-dev": {

0 commit comments

Comments
 (0)