Skip to content

Commit 4899d17

Browse files
Merge pull request #14 from stackkit/development
Test package with Laravel 9
2 parents 6159b09 + 5ef8a3d commit 4899d17

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ jobs:
1515
strategy:
1616
matrix:
1717
php: [8.1, 8.0, 7.4, 7.3]
18-
laravel: [8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
18+
laravel: [9.*, 8.*, 7.*, 6.*, 5.8.*, 5.7.*, 5.6.*]
1919
os: [ubuntu-latest]
2020
include:
21+
- laravel: 9.*
22+
testbench: 7.*
2123
- laravel: 8.*
2224
testbench: 6.*
2325
- laravel: 7.*
@@ -31,6 +33,10 @@ jobs:
3133
- laravel: 5.6.*
3234
testbench: 3.6.*
3335
exclude:
36+
- laravel: 9.*
37+
php: 7.3
38+
- laravel: 9.*
39+
php: 7.4
3440
- laravel: 5.7.*
3541
php: 7.4
3642
- laravel: 5.6.*

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Please check the table below for supported Laravel and PHP versions:
3535
| 6.x | 7.3 or 7.4 or 8.0
3636
| 7.x | 7.3 or 7.4 or 8.0
3737
| 8.x | 7.3 or 7.4 or 8.0
38+
| 9.x | 8.0 or 8.1
3839

3940
# Installation
4041

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"require-dev": {
1717
"mockery/mockery": "^1.3",
1818
"orchestra/testbench": "^3.5 || ^3.6 || ^3.7 || ^3.8 || ^4.0 || ^5.0",
19-
"symfony/console": "^4.4|^5.0",
2019
"psr/log": "^1.1",
2120
"spatie/macroable": "^1.0"
2221
},

0 commit comments

Comments
 (0)