Skip to content

Commit d65d338

Browse files
authored
[2.x] Laravel v10 Support (#261)
* Update composer.json * Update tests.yml
1 parent e6ff84a commit d65d338

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/workflows/tests.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,24 @@ jobs:
1717
fail-fast: true
1818
matrix:
1919
php: [7.2, 7.3, 7.4, '8.0', 8.1, 8.2]
20-
laravel: [6, 7, 8, 9]
20+
laravel: [6, 7, 8, 9, 10]
2121
exclude:
2222
- php: 7.2
2323
laravel: 8
2424
- php: 7.2
2525
laravel: 9
26+
- php: 7.2
27+
laravel: 10
2628
- php: 7.3
2729
laravel: 9
30+
- php: 7.3
31+
laravel: 10
2832
- php: 7.4
2933
laravel: 9
34+
- php: 7.4
35+
laravel: 10
36+
- php: '8.0'
37+
laravel: 10
3038
- php: 8.1
3139
laravel: 6
3240
- php: 8.1

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"require": {
1313
"php": "^7.2|^8.0",
1414
"guzzlehttp/guzzle": "^6.0|^7.0",
15-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
15+
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
1616
"symfony/console": "^4.3|^5.0|^6.0",
1717
"symfony/process": "^4.3|^5.0|^6.0"
1818
},

0 commit comments

Comments
 (0)